Hi,
Is it possible to run multiple tasks in playbook at same time ? For example :-
---
Playbook A:
Task1:
Task2:
Task3:
My requirement is to run Task1,2,3 to start executing at same time.
I am aware of async and free strategy features but it may not help withabove requirement.
Thanks
Ashish