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

5 lines
120 B
Django/Jinja

# {{ ansible_managed }}
{% for option, value in postfix_full_config.items() %}
{{ option }} = {{ value }}
{% endfor %}