$item is full path - just copy it to the dir
This commit is contained in:
parent
2e508d069b
commit
336c98fa33
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: push over the geoip db once
|
- 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
|
with_fileglob: $bigfiles/geoip/*.dat
|
||||||
|
|
||||||
- name: geoip syncing script via cron
|
- name: geoip syncing script via cron
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue