ansible-role-postfix/templates/postfix/conf.d/bogus_mx.j2

8 lines
167 B
Django/Jinja

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