cloudneopren
cloudneopren
TTask
Created by cloudneopren on 9/10/2024 in #help
yaml formatted data
Assuming a variable ARRAY like in https://taskfile.dev/blog/any-variables/#arrays , but YAML formatted. Is it possible, loop over a variable containing YAML formatted data (in this case a list) either inline or loaded from a .yaml file with templating functions? example data:
mydata:
- one
- two
- three
mydata:
- one
- two
- three
6 replies