Parallel tasks in a playbook
I'm trying to find some useful learning resources on playbooks and I've watched the standard Youtube training videos, but I've seen some playbooks that do parallel task operations, like this
and I'm trying to understand what happens when those tas
...