xoxys.postfix_relay/templates/etc/postfix/sender_canonical.j2
Robert Kaussow 0c671a9ff4
All checks were successful
continuous-integration/drone/push Build is passing
fix ansible_managed handling
2019-08-28 11:08:38 +02:00

6 lines
155 B
Django/Jinja

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