ansible-role-postfix/templates/transport.j2

4 lines
87 B
Plaintext
Raw Normal View History

2020-06-08 16:57:40 +02:00
{% for map in postfix_transport_data %}
{{ map.domain }} {{ map.action }}
{% endfor %}