Swap default for INVALID_TASK_ATTRIBUTE_FAILED to True, add additional info to exception (#44138)

This commit is contained in:
Matt Martz
2018-08-16 16:30:47 -05:00
committed by GitHub
parent 0beaea22a4
commit 509e92ef72
2 changed files with 9 additions and 2 deletions

View File

@@ -1385,8 +1385,8 @@ HOST_KEY_CHECKING:
type: boolean
INVALID_TASK_ATTRIBUTE_FAILED:
name: Controls whether invalid attributes for a task result in errors instead of warnings
default: false
description: If 'true', invalid attributes for a task will result in errors instead of warnings
default: True
description: If 'false', invalid attributes for a task will result in warnings instead of errors
type: boolean
env:
- name: ANSIBLE_INVALID_TASK_ATTRIBUTE_FAILED