From ddb63cee5ca874d2c1200e6c4684b85e5f52e6d8 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 29 Apr 2022 16:50:10 -0500 Subject: [PATCH] Remove unparsed_is_failed from ansible.cfg It fails the linter out. That's why it's not default lmao --- ansible.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index a7a79c6..6a0cc49 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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.