mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
6 lines
147 B
Django/Jinja
6 lines
147 B
Django/Jinja
{% for domain in postfix_relay_domains %}
|
|
{% if domain.transport is defined %}
|
|
{{ domain.domain }} {{ domain.transport }}
|
|
{% endif %}
|
|
{% endfor %}
|