Fix old variable usage. Patch from janeznemanic. Thanks!
This commit is contained in:
parent
d011bbde2c
commit
f7d56ff2b1
98 changed files with 886 additions and 889 deletions
|
@ -6,8 +6,8 @@
|
|||
- packages
|
||||
|
||||
- name: push over the geoip db once
|
||||
copy: src=$item dest=/usr/share/GeoIP/
|
||||
with_fileglob: $bigfiles/geoip/*.dat
|
||||
copy: src={{ item }} dest=/usr/share/GeoIP/
|
||||
with_fileglob: "{{ bigfiles }}/geoip/*.dat"
|
||||
|
||||
- name: geoip syncing script via cron
|
||||
copy: src=geoip_sync dest=/etc/cron.d/geoip_sync mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue