ansible-role-postfix_mta/templates/main.cf.j2

6 lines
120 B
Text
Raw Normal View History

2019-03-05 12:44:14 +00:00
# {{ ansible_managed }}
2021-08-20 16:25:49 +00:00
{% for option, value in postfix_full_config.items() %}
{{ option }} = {{ value }}
{% endfor %}