I have a playbook that is using serial: 1 to perform rolling updates to 1 host at a time.
Sometimes one host will fail which stops the whole play. However this seems to only fail one host, not all the remaining hosts.
Is it possible to get all the remaining hosts to fail as well so I can rerun the play without having to run it on all the hosts again.