Just always run the GeoIP.sh script

This commit is contained in:
Patrick Uiterwijk 2014-12-07 00:18:06 +00:00
parent 09b611af77
commit 3e55abc802

View file

@ -72,15 +72,12 @@
- name: copy GeoIP.sh
copy: src=GeoIP.sh dest=/var/named/chroot/GeoIP.sh mode=0755
notify:
- create GeoIP acl
- restart named
tags:
- config
- name: create GeoIP acl
command: /var/named/chroot/GeoIP.sh
args:
creates: /var/named/chroot/etc/GeoIP.acl
notify:
- restart named