From 815fc75435538ba77dffe7a8c0a9e48eea221c13 Mon Sep 17 00:00:00 2001 From: Nicolas Boutet Date: Wed, 10 Jan 2024 07:36:17 +0100 Subject: [PATCH] Update geoipupdate to 6.1.0 --- Readme.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 43a3f1f..8fb3537 100644 --- a/Readme.md +++ b/Readme.md @@ -26,7 +26,7 @@ Role Variables | Variable | Required | Default | Choices | Comments | |---------------------------------|----------|-------------------------------------|-----------|-----------------------------| | geoipupdate_dependencies | yes | `[cron]` | list | | -| geoipupdate_version | yes | `6.0.0` | string | | +| geoipupdate_version | yes | `6.1.0` | string | | | geoipupdate_arch | yes | detected automatically | string | | | geoipupdate_path | yes | `/usr/local/bin/geoipupdate` | string | | | geoipupdate_config_file | yes | `/usr/local/etc/GeoIP.conf` | string | | diff --git a/defaults/main.yml b/defaults/main.yml index ade92db..cfb8199 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -geoipupdate_version: 6.0.0 +geoipupdate_version: 6.1.0 geoipupdate_arch: "{{ geoipupdate_arch_map[ansible_architecture] }}"