Add template for sasl auth configuration

This commit is contained in:
phil 2023-03-31 17:19:01 +02:00
parent 8cf866e399
commit 649e769424
3 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,5 @@
#{{ ansible_managed }}
{% if postfix_smtp_sasl_auth is defined %}
{{ "%-50s %s:%s" | format(postfix_smtp_sasl_auth_relay, postfix_smtp_sasl_auth_user, postfix_smtp_sasl_auth_password) }}
{% endif %}