6 lines
125 B
Text
6 lines
125 B
Text
|
# {{ ansible_managed }}
|
||
|
|
||
|
{% for domain, transport in postfix_transports.items() %}
|
||
|
{{ domain }} {{ transport }}
|
||
|
{% endfor %}
|