summaryrefslogtreecommitdiffstats
path: root/roles/dnsserver/templates/named.conf.j2
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-04-22 20:38:42 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-04-22 20:38:42 +0200
commit5557a6add18fa0dbb51658f932d0eff15e69612d (patch)
treea744ed80c788f0b6b45b83f87c51226fe8554351 /roles/dnsserver/templates/named.conf.j2
parent190c3d1bc7590097642b160895493d53f7bc36be (diff)
downloadplaybooks-ansible-5557a6add18fa0dbb51658f932d0eff15e69612d.tar.gz
playbooks-ansible-5557a6add18fa0dbb51658f932d0eff15e69612d.tar.xz
playbooks-ansible-5557a6add18fa0dbb51658f932d0eff15e69612d.zip
Improve replay script and fix typo
Diffstat (limited to 'roles/dnsserver/templates/named.conf.j2')
-rw-r--r--roles/dnsserver/templates/named.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/dnsserver/templates/named.conf.j2 b/roles/dnsserver/templates/named.conf.j2
index daeffe3..77f9009 100644
--- a/roles/dnsserver/templates/named.conf.j2
+++ b/roles/dnsserver/templates/named.conf.j2
@@ -15,7 +15,7 @@ acl "whitelist-recursion" {
{% if is_dnsmaster is defined %}
acl "transferlist" {
{% for item in slavelist %}
- {{ '{{' }} {{ item }} {{ '}}' }};
+ {{ item }};
{% endfor %}
};
{% endif %}