6 lines
100 B
Text
6 lines
100 B
Text
|
# {{ ansible_managed }}
|
||
|
|
||
|
{% for domain in postfix_tls_helper_allowlist %}
|
||
|
{{ domain }}
|
||
|
{% endfor %}
|