Fixes
This commit is contained in:
parent
8b3a2115fd
commit
df43829b66
2 changed files with 4 additions and 4 deletions
|
@ -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 %}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue