This commit is contained in:
phil 2023-04-19 13:20:11 +02:00
parent 8b3a2115fd
commit df43829b66
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,7 +1,7 @@
### {{ ansible_managed }} ### {{ ansible_managed }}
{% if postfix_sender_canonical_maps is defined %} {% if postfix_sender_canonical is defined %}
{% for map in postfix_sender_canonical_maps %} {% for map in postfix_sender_canonical %}
{{ "%-30s %s" | format(map.src, map.dest) }} {{ "%-30s %s" | format(map.src, map.dest) }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}