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

8 lines
180 B
Django/Jinja

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