I notice that if 2 task have the same global variable but are imported from 2 different file, the resolution of variable is random.
# https://taskfile.devversion: '3'includes: bar: Taskfile.bar.yaml foo: Taskfile.foo.yamltasks: default: # this does not matter cmds: - echo "hello" silent: true
# https://taskfile.devversion: '3'includes: bar: Taskfile.bar.yaml foo: Taskfile.foo.yamltasks: default: # this does not matter cmds: - echo "hello" silent: true