From 2ca02232071f99650d42d1f71bccd2f2a5a6b632 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Mar 2020 19:00:28 +0100 Subject: [PATCH] Use right formatting --- ansible/templates/homebase.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/homebase.yml.j2 b/ansible/templates/homebase.yml.j2 index aaa18b1..82d24d2 100644 --- a/ansible/templates/homebase.yml.j2 +++ b/ansible/templates/homebase.yml.j2 @@ -17,5 +17,5 @@ ports: dats: {% for dat in dats %} - - {{ dat }} + - url: "{{ dat }}" {% endfor %}