Use for loop to format dats
This commit is contained in:
parent
3aeacf249c
commit
79a2c79cb5
@ -15,4 +15,7 @@ webapi:
|
||||
ports:
|
||||
http: {{ http_port }}
|
||||
|
||||
dats: {{ dats }}
|
||||
dats:
|
||||
{% for dat in dats %}
|
||||
- {{ dat }}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user