mirror of https://dev.ccchb.de/ccchb/ansible.git
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
|
# {{ ansible_managed }}
|
|||
|
{% for addr in postfix_my_networks %}
|
|||
|
{{ addr }} OK
|
|||
|
{% endfor %}
|