missing new line

main
Hannaeko 2021-07-30 13:23:23 +02:00
parent 657ced503c
commit 8383121e82
1 changed files with 1 additions and 0 deletions

View File

@ -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 %}