missing new line

This commit is contained in:
Hannaeko 2021-07-30 13:23:23 +02:00
parent 657ced503c
commit 8383121e82

View file

@ -21,6 +21,7 @@ acl:
- id: {{ hostvars[host].ansible_hostname }} - id: {{ hostvars[host].ansible_hostname }}
address: [ {{ ( hostvars[host].ansible_all_ipv4_addresses + hostvars[host].ansible_all_ipv6_addresses ) | ansible.netcommon.ipaddr('public') | join(', ') }} ] 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 %} action: {% if host in groups.secondary %} transfer {% elif host in groups.primary %} notify {% endif %}
key: {{ key_name }} key: {{ key_name }}
{% endfor %} {% endfor %}