mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Make debug module always verbose in playbooks
Created a new flag 'verbose_always' handled by on_ok callback, similar to the 'verbose_override' flag used by the setup module.
This commit is contained in:
@@ -46,4 +46,7 @@ class ActionModule(object):
|
||||
else:
|
||||
result = dict(msg=args['msg'])
|
||||
|
||||
# force flag to make debug output module always verbose
|
||||
result['verbose_always'] = True
|
||||
|
||||
return ReturnData(conn=conn, result=result)
|
||||
|
||||
Reference in New Issue
Block a user