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

8 lines
170 B
Django/Jinja

### {{ ansible_managed }}
{% if postfix_canonical is defined %}
{% for map in postfix_canonical %}
{{ "%-50s %s" | format(map.src, map.dest) }}
{% endfor %}
{% endif %}