From 4d4c1ccd3c40416e81ef14d0f8e1814cf0346dd8 Mon Sep 17 00:00:00 2001 From: Matthieu Saulnier Date: Fri, 16 Jun 2017 00:04:12 +0200 Subject: translate config files into jinja2 templates --- roles/mtaserver/templates/mydestination_table.j2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/mtaserver/templates/mydestination_table.j2 (limited to 'roles/mtaserver/templates/mydestination_table.j2') 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 %} + -- cgit