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
|
- config
|
||||||
- dns
|
- dns
|
||||||
|
|
||||||
- name: create GeoIP acl
|
#- name: create GeoIP acl
|
||||||
command: /var/named/GeoIP.sh
|
# command: /var/named/GeoIP.sh
|
||||||
changed_when: "1 != 1"
|
# changed_when: "1 != 1"
|
||||||
notify:
|
# notify:
|
||||||
- restart named
|
# - restart named
|
||||||
tags:
|
# tags:
|
||||||
- dns
|
# - dns
|
||||||
|
|
||||||
- name: copy update-dns
|
- name: copy update-dns
|
||||||
copy: src=update-dns dest=/usr/local/bin/update-dns mode=0755
|
copy: src=update-dns dest=/usr/local/bin/update-dns mode=0755
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue