mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fixing up some output stuff
This commit is contained in:
@@ -49,7 +49,7 @@ class CallbackBase:
|
||||
if sanitize:
|
||||
res = self._sanitize_result(result)
|
||||
else:
|
||||
res = results
|
||||
res = result
|
||||
return json.dumps(res, indent=indent, ensure_ascii=False, sort_keys=sort_keys)
|
||||
|
||||
def _sanitize_result(self, result):
|
||||
|
||||
Reference in New Issue
Block a user