update template - add blank line after endif
This commit is contained in:
parent
d19faaf6c8
commit
9d312eec0c
@ -6,6 +6,7 @@ compatibility_level= {{ postfix_compatibility_level }}
|
|||||||
|
|
||||||
myorigin = /etc/mailname
|
myorigin = /etc/mailname
|
||||||
mydestination = $myhostname, localhost.$mydomain, localhost, {% if postfix_hostname is defined %}{{ postfix_hostname }}{% else %}{{ ansible_hostname }}{% endif %}
|
mydestination = $myhostname, localhost.$mydomain, localhost, {% if postfix_hostname is defined %}{{ postfix_hostname }}{% else %}{{ ansible_hostname }}{% endif %}
|
||||||
|
|
||||||
mynetworks_style = {{ postfix_mynetworks_style }}
|
mynetworks_style = {{ postfix_mynetworks_style }}
|
||||||
mynetworks = {{ postfix_mynetworks | join(' ') }}
|
mynetworks = {{ postfix_mynetworks | join(' ') }}
|
||||||
inet_interfaces = {{ postfix_inet_interfaces }}
|
inet_interfaces = {{ postfix_inet_interfaces }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user