missing new line
This commit is contained in:
parent
657ced503c
commit
8383121e82
1 changed files with 1 additions and 0 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue