fix playall to site.yml, now that that's the only playbook
[ansible.git] / roles / email / templates / transport_map
1 {% for item in postfix.virtual_mailbox_domains %}
2 {{item.domain}}         {{item.transport}}
3 {% endfor %}