ansible/roles/opendkim/templates/opendkim/TrustedHosts.j2

4 lines
58 B
Django/Jinja

{% for host in opendkim.trust -%}
{{ host }}
{% endfor %}