mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Reworking internal result flags and making sure include_vars hides vault data
Fixes #10194
This commit is contained in:
@@ -43,6 +43,6 @@ class ActionModule(ActionBase):
|
||||
result = dict(msg='here we are')
|
||||
|
||||
# force flag to make debug output module always verbose
|
||||
result['verbose_always'] = True
|
||||
result['_ansible_verbose_always'] = True
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user