Hi,
I am relatively new to the Ansible world. But I have a problem, i can’t find anywhere a solution for, for a very long time.
So I have a playbook with a couple of plays in it. If any of the plays failed, a retry file would be created with the failed hosts in it. But the problem is that that action stops any further plays execution in the playbook. What i want is to keep a collection of all failed hosts and those that haven’t been yet executed. Is there a way to do this or a workaround?