mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-28 12:02:47 +00:00
add any_errors_fatal global config
This commit is contained in:
parent
e9447e9481
commit
32fa4db232
3 changed files with 22 additions and 8 deletions
|
|
@ -310,6 +310,9 @@
|
|||
# ENABLING THIS COULD BE A SECURITY RISK
|
||||
#allow_unsafe_lookups = False
|
||||
|
||||
# set default errors for all plays
|
||||
#any_errors_fatal = False
|
||||
|
||||
[privilege_escalation]
|
||||
#become=True
|
||||
#become_method=sudo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue