You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hello,
I have multiple plays where we need to fail when one of the host has a failure, behaviour that we can configure by using "max_fail_percentage: 0" but we need to add this setting in each play which is really verbose and prone to errors if the developer miss it in a new play. Is there a way of setting up "max_fail_percentage" in the Ansible CFG or globally?
Thanks!
Kai Stian Olstad
unread,
Nov 7, 2017, 6:54:55 AM11/7/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
I don't think you can set max_fail_percentage, but you can set
any_errors_fatal to true