mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
$item is full path - just copy it to the dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user