Fix conditional
This commit is contained in:
parent
472ac725e5
commit
ba8975d6be
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#{{ ansible_managed }}
|
||||
|
||||
{% if postfix_smtp_sasl_auth is defined %}
|
||||
{% if postfix_smtp_sasl_auth is defined and postfix_smtp_sasl_auth %}
|
||||
{{ "%-50s %s:%s" | format(postfix_smtp_sasl_auth_relay, postfix_smtp_sasl_auth_user, postfix_smtp_sasl_auth_password) }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue