ansible/roles/postfix/templates/helo_checks.j2

5 lines
100 B
Django/Jinja

# {{ ansible_managed }}
{% for line in postfix_helo_checks | default([]) %}
{{ line }}
{% endfor %}