Open gadiener opened 3 years ago
Any news on this? It would be very helpful for me
I found a workaround to make it works: main.ymlv
- project: test
repo: test
admin_groups: "[group1, group2]"
main.ymlt
project: {{ project }}
repo: {{ repo }}
users:
admin: []
write: []
read: []
groups:
admin: {{ admin_groups }}
write: []
read: []
Hope it helps
Current Behavior
I get an error using a list in the
.ymlv
file. The error is as follows:Steps to Reproduce
config.ymlt
andconfig.ymlv
:config.ymlt
config.ymlv:
bec
.Context
Tested on the docker with the current master state.
Tested with mustache directly I get the expected output: