Use for loop to format dats

This commit is contained in:
Luke Murphy
2020-03-25 18:58:03 +01:00
parent 3aeacf249c
commit 79a2c79cb5

View File

@ -15,4 +15,7 @@ webapi:
ports:
http: {{ http_port }}
dats: {{ dats }}
dats:
{% for dat in dats %}
- {{ dat }}
{% endfor %}