Re: [ansible-project] How to run 2 tasks simultaneously in playbook?

2021-06-01 Thread Vladimir Botka
On Tue, 1 Jun 2021 13:31:34 -0700 (PDT) Vikram S wrote: > Asynchronous actions closely matches my requirements but not exactly. What requirement doesn't match the functionality of asynchronous actions? -- Vladimir Botka -- You received this message because you are subscribed to the Google G

[ansible-project] How to run 2 tasks simultaneously in playbook?

2021-06-01 Thread Vikram S
I have several tasks defined in a playbook and there are 2 tasks in middle of the playbook that i would like to run simultaneously. I also want to wait for both these tasks to complete before moving onto next task (as is the normal ansible playbook operation). Is there any way to do this othe