diff --git a/roles/named/templates/named.zones.j2 b/roles/named/templates/named.zones.j2 index 5fe4755..0fa9261 100644 --- a/roles/named/templates/named.zones.j2 +++ b/roles/named/templates/named.zones.j2 @@ -7,11 +7,7 @@ zone "{{ zone.zone }}" { {% if zone.allow_update|d %} allow-update { {% for auth in zone.allow_update %} -{% if auth.key is defined %} - key {{ auth.key }}; -{% else %} {{ auth }}; -{% endif %} {% endfor %} }; {% endif %}