diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-02 09:07:15 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-14 11:35:07 +0800 |
commit | 562731165ec849bf9644b9bff0f2d198ecc7f37c (patch) | |
tree | 645d0b1920998c0000004aee58ec0b4ab9f2c154 /roles | |
parent | c6ff8399ef89f8970e64c3189f2602f77fc988df (diff) | |
download | ansible-dfly-vps-562731165ec849bf9644b9bff0f2d198ecc7f37c.tar.bz2 |
var: update domains and nsd.conf.j2
Diffstat (limited to 'roles')
-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 %} |