From 3e55abc8022a6ce78f42c78e9568dea859671f92 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 7 Dec 2014 00:18:06 +0000 Subject: [PATCH] Just always run the GeoIP.sh script --- roles/dns/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/dns/tasks/main.yml b/roles/dns/tasks/main.yml index 3af419ea72..420794cb4e 100644 --- a/roles/dns/tasks/main.yml +++ b/roles/dns/tasks/main.yml @@ -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