summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roles/goaccess/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/goaccess/main.yml b/roles/goaccess/main.yml
index 3bc0c3a..7db4771 100644
--- a/roles/goaccess/main.yml
+++ b/roles/goaccess/main.yml
@@ -91,7 +91,7 @@
- name: Downloading GeoLite2 city database
get_url:
- url: "https://download.maxmind.com/app/geoip_download_by_token?edition_id=GeoLite2-City&date=20200407&suffix=tar.gz&token={{ maxmind_geoip2_token }}"
+ url: "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key={{ maxmind_geoip2_key }}&suffix=tar.gz"
dest: "{{ goaccess_home }}/database/geoip/geolite2-city.tar.gz"
mode: '0644'