From 5565a973c7a7c3369e1668e93e79c18d4d65551d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 10 Apr 2019 12:49:42 +0100 Subject: [PATCH] Invalid attributes for a task will result in warnings instead of errors --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 20676c2..d22e642 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] nocows = 1 +invalid_task_attribute_failed = False