ansible-role-postfix/templates/postfix/allowlist.txt.j2
phil 8c79f8b687 Use Ansible defaults to insert comments
Enable vscodium code highlighting for some files
2024-03-27 17:39:16 +01:00

6 lines
108 B
Django/Jinja

{{ ansible_managed | comment }}
{% for domain in postfix_tls_helper_allowlist %}
{{ domain }}
{% endfor %}