mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added skipped_reason for verbosity not met
fixes http://github.com/ansible/ansible-modules-core/issues/4062
This commit is contained in:
parent
f1e1558f4f
commit
9abdb1bb7c
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class ActionModule(ActionBase):
|
|||
# force flag to make debug output module always verbose
|
||||
result['_ansible_verbose_always'] = True
|
||||
else:
|
||||
result['skipped_reason'] = "Verbosity threshold not met."
|
||||
result['skipped'] = True
|
||||
|
||||
return result
|
||||
|
|
Loading…
Reference in a new issue