Is there a way to use a precondition in a Taskfile.yaml to wait for a condition to be true, before running cmds? (precondition makes the task fail, not wait)
For example, I would like to wait for a Kubernetes CRD to be fully available before running a task.
I think the best way there is right now, is to do
As per https://taskfile.dev/usage/#task-dependencies