summaryrefslogtreecommitdiffstats
path: root/roles/mtaserver/templates/mydestination_table.j2
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2017-06-16 00:04:12 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2017-06-16 00:04:12 +0200
commit4d4c1ccd3c40416e81ef14d0f8e1814cf0346dd8 (patch)
tree625f25a301b1c3a01438ac5d27d847fb9db2b0ed /roles/mtaserver/templates/mydestination_table.j2
parent14edb23692297b5eaa002fa9b69da7088ab2d458 (diff)
downloadplaybooks-ansible-4d4c1ccd3c40416e81ef14d0f8e1814cf0346dd8.tar.gz
playbooks-ansible-4d4c1ccd3c40416e81ef14d0f8e1814cf0346dd8.tar.xz
playbooks-ansible-4d4c1ccd3c40416e81ef14d0f8e1814cf0346dd8.zip
translate config files into jinja2 templates
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 %}
+