diff --git a/ansible/templates/homebase.yml.j2 b/ansible/templates/homebase.yml.j2 index 424e83b..aaa18b1 100644 --- a/ansible/templates/homebase.yml.j2 +++ b/ansible/templates/homebase.yml.j2 @@ -15,4 +15,7 @@ webapi: ports: http: {{ http_port }} -dats: {{ dats }} +dats: +{% for dat in dats %} + - {{ dat }} +{% endfor %}