summaryrefslogtreecommitdiffstats
path: root/roles/mtaserver/templates/mydestination_table.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/mtaserver/templates/mydestination_table.j2')
-rw-r--r--roles/mtaserver/templates/mydestination_table.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/mtaserver/templates/mydestination_table.j2 b/roles/mtaserver/templates/mydestination_table.j2
new file mode 100644
index 0000000..a86f076
--- /dev/null
+++ b/roles/mtaserver/templates/mydestination_table.j2
@@ -0,0 +1,6 @@
+{% if is_mtamaster is defined %}
+{% for item in mydest %}
+{{ item }} OK
+{% endfor %}
+{% endif %}
+