In included file, cannot set task dir with a variable containing absolute path
I often set the dir of a task through a variable, as shown at multiple places in the docs, e.g. at: https://taskfile.dev/usage/#looping-over-your-tasks-sources.
However, for included files, this works not correctly if the path is absolute. For included files, it seems to be impossible to set the dir to an absolute path using a variable.
root file: Taskfile.yaml
included file: Taskfile-incl.yaml
Running this gives the following. See attached screenshot as well.

0 Replies