Skip to content

Commit

Permalink
Update geoipupdate to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico committed Apr 9, 2024
1 parent 815fc75 commit 78aed0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Role Variables
| Variable | Required | Default | Choices | Comments |
|---------------------------------|----------|-------------------------------------|-----------|-----------------------------|
| geoipupdate_dependencies | yes | `[cron]` | list | |
| geoipupdate_version | yes | `6.1.0` | string | |
| geoipupdate_version | yes | `7.0.1` | 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 | |
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
geoipupdate_version: 6.1.0
geoipupdate_version: 7.0.1

geoipupdate_arch: "{{ geoipupdate_arch_map[ansible_architecture] }}"

Expand Down

0 comments on commit 78aed0f

Please sign in to comment.