dns: drop GetIP fetch as it no longer is offered
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cd9fc0d715
commit
c91c3e9e57
1 changed files with 7 additions and 7 deletions
|
@ -51,13 +51,13 @@
|
|||
- config
|
||||
- dns
|
||||
|
||||
- name: create GeoIP acl
|
||||
command: /var/named/GeoIP.sh
|
||||
changed_when: "1 != 1"
|
||||
notify:
|
||||
- restart named
|
||||
tags:
|
||||
- dns
|
||||
#- name: create GeoIP acl
|
||||
# command: /var/named/GeoIP.sh
|
||||
# changed_when: "1 != 1"
|
||||
# notify:
|
||||
# - restart named
|
||||
# tags:
|
||||
# - dns
|
||||
|
||||
- name: copy update-dns
|
||||
copy: src=update-dns dest=/usr/local/bin/update-dns mode=0755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue