1
0
mirror of https://github.com/go-task/task.git synced 2025-11-27 22:38:20 +02:00
Files
task/testdata/include_with_vars_inside_include/Taskfile.yml
2025-02-26 17:49:05 +01:00

11 lines
138 B
YAML

version: "3"
vars:
INCLUDE: include
FOO:
sh : echo bar
includes:
included1:
taskfile: '{{.INCLUDE}}/Taskfile.include.yml'