mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
corrected dump signature
This commit is contained in:
@@ -31,7 +31,7 @@ class CallbackModule(CallbackModule_default): # pylint: disable=too-few-public-
|
|||||||
CALLBACK_TYPE = 'stdout'
|
CALLBACK_TYPE = 'stdout'
|
||||||
CALLBACK_NAME = 'debug'
|
CALLBACK_NAME = 'debug'
|
||||||
|
|
||||||
def _dump_results(self, result):
|
def _dump_results(self, result, indent=None, sort_keys=True, keep_invocation=False):
|
||||||
'''Return the text to output for a result.'''
|
'''Return the text to output for a result.'''
|
||||||
|
|
||||||
# Enable JSON identation
|
# Enable JSON identation
|
||||||
|
|||||||
Reference in New Issue
Block a user