Robert Kaussow
0c671a9ff4
All checks were successful
continuous-integration/drone/push Build is passing
6 lines
155 B
Django/Jinja
6 lines
155 B
Django/Jinja
#jinja2: lstrip_blocks: True
|
|
{{ ansible_managed | comment }}
|
|
{% for sender in postfix_relay_senders %}
|
|
{{ sender.user }} {{ sender.address }}
|
|
{% endfor %}
|