unbound: make sure unbound is loaded before the network is considered online
[ansible.git] / roles / postfix / templates / SigningTable
1 {% for item in postfix.opendkim.signing_table.items() %}
2 {{ item[0] }}   {{ item[1] }}
3 {% endfor %}