Remove unparsed_is_failed from ansible.cfg

It fails the linter out.
That's why it's not default lmao
This commit is contained in:
Salt 2022-04-29 16:50:10 -05:00
parent 71e1371619
commit ddb63cee5c

View File

@ -30,10 +30,6 @@ system_warnings = true
[diff]
always = true
[inventory]
# I have no clue why this isn't the default
unparsed_is_failed = true
[privilege_escalation]
# We force an always-become condition because of the myriad of things we need
# to do as root.