diff options
Diffstat (limited to 'roles/dns/templates')
-rw-r--r-- | roles/dns/templates/nsd.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/dns/templates/nsd.conf.j2 b/roles/dns/templates/nsd.conf.j2 index 0777bef..8ace470 100644 --- a/roles/dns/templates/nsd.conf.j2 +++ b/roles/dns/templates/nsd.conf.j2 @@ -127,7 +127,7 @@ pattern: # {% for domain in domains %} zone: - name: "{{ domain }}" + name: "{{ domain.name }}" include-pattern: "stealth_zones" {% endfor %} |