xoxys.postfix_relay/templates/etc/postfix/sender_canonical.j2
Robert Kaussow a7f8ec79b6
All checks were successful
continuous-integration/drone/push Build is passing
fix variable name
2019-06-19 12:32:55 +02:00

7 lines
148 B
Django/Jinja

#jinja2: lstrip_blocks: True
# {{ ansible_managed }}
{% for sender in postfix_relay_senders %}
{{ sender.user }} {{ sender.address }}
{% endfor %}