I have an Ansible playbook command, which is to set up a k8s cluster, but it fails sometime, as some dependent pieces are not quick enough to be ready, for its follow-ups.
So instead, I am think to have this command execute step by step, something as if:
yes | ansible-playbook ... --step
but how may I have a delay, in between each step execution during which. Thanks,
Jack