mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +02:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
![]() |
{% for domain in postfix_relay_domains %}
|
||
|
{% if domain.transport is defined %}
|
||
|
{{ domain.domain }} {{ domain.transport }}
|
||
|
{% endif %}
|
||
|
{% endfor %}
|