I have 3 playbooks in workflow template and these playbooks would execute on multiple hosts.
If 1st playbook fails on few hosts and the 3rd playbook should get execute only on the failed hosts.
And whatever hosts passed in 1st playbooks and 2nd playbook should get execute only on the passed hosts.
I am able to do this using roles based playbooks.
Please could you let me know how to achieve this using workflow template.