summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-05-03 04:33:44 -0400
committerThedro Neely <thedroneely@gmail.com>2020-05-03 04:33:44 -0400
commit1fb7def6ff7af623777f4b174aaabefdc1ce8ad9 (patch)
tree6e258f50d1c06e1d0c284d1f9b38d7f833d5892c
parente08004a785db582ecfeb0f1852de75d525ed9ba6 (diff)
downloadplaybooks-1fb7def6ff7af623777f4b174aaabefdc1ce8ad9.tar.gz
playbooks-1fb7def6ff7af623777f4b174aaabefdc1ce8ad9.tar.bz2
playbooks-1fb7def6ff7af623777f4b174aaabefdc1ce8ad9.zip
roles/goaccess/main: Fix GeoLite2 creates result
-rw-r--r--roles/goaccess/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/goaccess/main.yml b/roles/goaccess/main.yml
index d15239c..7ea4a41 100644
--- a/roles/goaccess/main.yml
+++ b/roles/goaccess/main.yml
@@ -93,9 +93,8 @@
shell: tar -xf geolite2-city.tar.gz --strip 1
args:
chdir: "{{ goaccess_home }}/database/geoip"
- creates: config.status
+ creates: GeoLite2-City.mmdb
warn: false
- changed_when: false
- name: Placing configuration files
template: