hi all,

I want to abort entire ansible execution in a callback file.
how could I implement that?

The below code doesn't work:

def runner_on_failed(self, host, res, ignore_errors=False):
     sys.exit(1)

thanks a lot in advance.


-- 
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/3d033449-bb0c-47e3-9255-87c6d8fa7ecc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to