and the right path
This commit is contained in:
parent
a1cbeb9414
commit
3cd41e59a3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
- name: push over the geoip db once
|
||||
copy: src=$item dest=/usr/share/GeoIP/$item
|
||||
with_fileglob: $bigfiles/hotfixes/geoip/*.dat
|
||||
with_fileglob: $bigfiles/geoip/*.dat
|
||||
|
||||
- name: geoip syncing script via cron
|
||||
cron: cron_file=geoip_sync name=geoip_sync state=present minute=0 hour=1 day=4 user=root job="/usr/local/bin/syncFiles.sh bigfiles/geoip /usr/share/GeoIP"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue