Files
ansible-roles/roles/postfix/templates/relay_domains.j2

4 lines
77 B
Plaintext
Raw Normal View History

2023-11-22 16:00:28 +01:00
{% for domain in postfix_relay_domains %}
{{ domain.domain }} 1
{% endfor %}