Hi all, we have a playbook with several roles in it: roles: - role1 - role2 - role3 - role4 - role5 - roleX ...
These roles install some software but each checks at the very begin if the software is already installed and if it is - it aborts (using fail module). It turns out that i.e. if the role3 fails (because its software is already installed) the whole playbook also failes (ansible 1.7.1). Is it possible to abort just particular role and let run the rest of the playbook ? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/45235fb7-cb23-4100-92e2-c94753077b88%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
