$item is full path - just copy it to the dir

This commit is contained in:
Seth Vidal 2013-06-06 15:36:29 +00:00
parent 2e508d069b
commit 336c98fa33

View file

@ -6,7 +6,7 @@
- packages
- name: push over the geoip db once
copy: src=$item dest=/usr/share/GeoIP/$item
copy: src=$item dest=/usr/share/GeoIP/
with_fileglob: $bigfiles/geoip/*.dat
- name: geoip syncing script via cron