1
0
Fork 0
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:
Brian Coca 2017-05-10 18:08:42 -04:00 committed by Brian Coca
parent e9447e9481
commit 32fa4db232
3 changed files with 22 additions and 8 deletions

View file

@ -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