diff --git a/playbooks/roles/nameserver/templates/nsd.conf.j2 b/playbooks/roles/nameserver/templates/nsd.conf.j2 index 4627273b11..29ddc54b49 100644 --- a/playbooks/roles/nameserver/templates/nsd.conf.j2 +++ b/playbooks/roles/nameserver/templates/nsd.conf.j2 @@ -35,7 +35,6 @@ key: {% for zone in dns_zones %} zone: name: {{ zone.name }} - zonefile: /var/lib/nsd/zone/{{ zone.name }} allow-notify: {{ dns_master }} NOKEY request-xfr: AXFR {{ dns_master }} tsig {% endfor %}