dns: drop GetIP fetch as it no longer is offered

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-01-04 23:49:13 +00:00 committed by Pierre-Yves Chibon
parent cd9fc0d715
commit c91c3e9e57

View file

@ -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