ansible/roles/postfix/templates/sasl_passwd.j2

6 lines
118 B
Plaintext
Raw Normal View History

2019-10-27 23:35:12 +00:00
# {{ ansible_managed }}
{% for k, v in postfix_sasl_passwd_map.items() | default({}) %}
{{ k }} {{ v }}
{% endfor %}