Skip to content

Commit

Permalink
Update geoipupdate to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico committed Jan 10, 2024
1 parent 1f309ca commit 815fc75
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.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 | |
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.0.0
geoipupdate_version: 6.1.0

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

Expand Down

0 comments on commit 815fc75

Please sign in to comment.