ansible-role-postfix/templates/postfix/conf.d/bogus_mx.j2
2023-04-19 12:56:49 +02:00

8 lines
164 B
Django/Jinja

### {{ ansible_managed }}
{% if postfix_bogus_mx is defined %}
{% for mx in postfix_bogus_mx %}
{{ "%-30s %s" | format(mx.src, mx.msg) }}
{% endfor %}
{% endif %}