Using the Remote Taskfiles experiment, the following includes does not work :
local -> remote -> remote:local
If a remote included Taskfile include itself a Taskfile, the last included is resolved locally instead of remotely
I've created a repo to reproduce it :
https://github.com/vmaerten/task-remote
with the root taskfile :
version: "3"
silent: false
includes:
remote: https://raw.githubusercontent.com/vmaerten/task-remote/main/Taskfile.remote.yml
tasks:
default:
cmds:
- task: remote:default
Result to :

- Task version: 3.35.0
- Operating system: Linux
- Experiments enabled: TASK_X_REMOTE_TASKFILES=1 & TASK_X_ANY_VARIABLES=2
Using the Remote Taskfiles experiment, the following includes does not work :
local -> remote -> remote:local
If a remote included Taskfile include itself a Taskfile, the last included is resolved locally instead of remotely
I've created a repo to reproduce it :
https://github.com/vmaerten/task-remote
with the root taskfile :
Result to :