summaryrefslogtreecommitdiffstats
path: root/roles/mtaserver/templates/mydestination_table.j2
blob: a86f07657967c2695b665b2314461ae7651bff51 (plain)
1
2
3
4
5
6
{% if is_mtamaster is defined %}
{% for item in mydest %}
{{ item }} OK
{% endfor %}
{% endif %}