update template - add blank line after endif

This commit is contained in:
Ludovic Cartier 2024-12-12 17:46:54 +01:00
parent d19faaf6c8
commit 9d312eec0c

View File

@ -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 }}