Fix old variable usage. Patch from janeznemanic. Thanks!

This commit is contained in:
Kevin Fenzi 2014-01-01 19:15:11 +00:00
parent d011bbde2c
commit f7d56ff2b1
98 changed files with 886 additions and 889 deletions

View file

@ -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