7 lines
170 B
Django/Jinja
7 lines
170 B
Django/Jinja
### {{ ansible_managed }}
|
|
|
|
{% if postfix_canonical is defined %}
|
|
{% for map in postfix_canonical %}
|
|
{{ "%-30s %s" | format(map.src, map.dest) }}
|
|
{% endfor %}
|
|
{% endif %}
|