mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
More specificity in errors for cfg mgr (#48995)
* More specificity in errors for cfg mgr
This commit is contained in:
@@ -7,4 +7,4 @@ set -eux
|
||||
ANSIBLE_TIMEOUT= ansible -m ping localhost "$@"
|
||||
|
||||
# env var is wrong type, this should be a fatal error pointing at the setting
|
||||
ANSIBLE_TIMEOUT='lola' ansible -m ping localhost "$@" 2>&1|grep 'AnsibleOptionsError: Invalid type for configuration option DEFAULT_TIMEOUT'
|
||||
ANSIBLE_TIMEOUT='lola' ansible -m ping localhost "$@" 2>&1|grep 'Invalid type for configuration option setting: DEFAULT_TIMEOUT'
|
||||
|
||||
Reference in New Issue
Block a user