From 8383121e82d9984969b5e6d87f86bb6957743fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Berthaud-M=C3=BCller?= Date: Fri, 30 Jul 2021 13:23:23 +0200 Subject: [PATCH] missing new line --- roles/knot/templates/knot.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/knot/templates/knot.conf.j2 b/roles/knot/templates/knot.conf.j2 index 078aa8b..bccadb9 100644 --- a/roles/knot/templates/knot.conf.j2 +++ b/roles/knot/templates/knot.conf.j2 @@ -21,6 +21,7 @@ acl: - id: {{ hostvars[host].ansible_hostname }} address: [ {{ ( hostvars[host].ansible_all_ipv4_addresses + hostvars[host].ansible_all_ipv6_addresses ) | ansible.netcommon.ipaddr('public') | join(', ') }} ] action: {% if host in groups.secondary %} transfer {% elif host in groups.primary %} notify {% endif %} + key: {{ key_name }} {% endfor %}