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
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 1 deletions

View File

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