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

8 lines
170 B
Text
Raw Normal View History

{{ ansible_managed | comment }}
2023-04-19 11:33:01 +02:00
{% if postfix_bogus_mx is defined %}
{% for mx in postfix_bogus_mx %}
{{ "%-30s %s" | format(mx.src, mx.msg) }}
{% endfor %}
{% endif %}