mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
corrected dump signature
This commit is contained in:
parent
30adc2f124
commit
e8b631d4df
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class CallbackModule(CallbackModule_default): # pylint: disable=too-few-public-
|
|||
CALLBACK_TYPE = 'stdout'
|
||||
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.'''
|
||||
|
||||
# Enable JSON identation
|
||||
|
|
Loading…
Reference in a new issue