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 }}
|
||||
|
||||
{% if postfix_canonical_maps is defined %}
|
||||
{% for map in postfix_canonical_maps %}
|
||||
{% if postfix_canonical is defined %}
|
||||
{% for map in postfix_canonical %}
|
||||
{{ "%-30s %s" | format(map.src, map.dest) }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
### {{ ansible_managed }}
|
||||
|
||||
{% if postfix_sender_canonical_maps is defined %}
|
||||
{% for map in postfix_sender_canonical_maps %}
|
||||
{% if postfix_sender_canonical is defined %}
|
||||
{% for map in postfix_sender_canonical %}
|
||||
{{ "%-30s %s" | format(map.src, map.dest) }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue