Add a geoip tag

This commit is contained in:
Kevin Fenzi 2015-12-05 17:38:20 +00:00
parent 9da695682e
commit b67e8d2fd1

View file

@ -9,6 +9,8 @@
copy: src={{ item }} dest=/usr/share/GeoIP/
with_fileglob:
- "{{ bigfiles }}/geoip/*.dat"
tags:
- geoip
- name: geoip syncing script via cron
copy: src=geoip_sync dest=/etc/cron.d/geoip_sync mode=0644