Just always run the GeoIP.sh script
This commit is contained in:
parent
09b611af77
commit
3e55abc802
1 changed files with 0 additions and 3 deletions
|
@ -72,15 +72,12 @@
|
||||||
- name: copy GeoIP.sh
|
- name: copy GeoIP.sh
|
||||||
copy: src=GeoIP.sh dest=/var/named/chroot/GeoIP.sh mode=0755
|
copy: src=GeoIP.sh dest=/var/named/chroot/GeoIP.sh mode=0755
|
||||||
notify:
|
notify:
|
||||||
- create GeoIP acl
|
|
||||||
- restart named
|
- restart named
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: create GeoIP acl
|
- name: create GeoIP acl
|
||||||
command: /var/named/chroot/GeoIP.sh
|
command: /var/named/chroot/GeoIP.sh
|
||||||
args:
|
|
||||||
creates: /var/named/chroot/etc/GeoIP.acl
|
|
||||||
notify:
|
notify:
|
||||||
- restart named
|
- restart named
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue