From 336c98fa33f85a7536576449c4fc49436ff1eb3f Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 6 Jun 2013 15:36:29 +0000 Subject: [PATCH] $item is full path - just copy it to the dir --- tasks/geoip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/geoip.yml b/tasks/geoip.yml index 818a28e486..ac7baac3d1 100644 --- a/tasks/geoip.yml +++ b/tasks/geoip.yml @@ -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