forked from ccchb/ansible
5 lines
100 B
Text
5 lines
100 B
Text
|
# {{ ansible_managed }}
|
||
|
{% for line in postfix_helo_checks | default([]) %}
|
||
|
{{ line }}
|
||
|
{% endfor %}
|