Normal Ansible behaviour seems to be For Task X, complete all hosts, then run the next Task. Is the a coding construct or configuration option that allows me to run each Host in parallel? Such that each host will run through all Tasks on it’s own time.
in current devel, set startegy: free at the play level.
O