mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
allow debug to be 'changed' (#20957)
* allow debug to be 'changed' fixes #14430 * removed test that checked against this
This commit is contained in:
parent
d87fc9605f
commit
6ca5fb49c3
2 changed files with 0 additions and 4 deletions
|
@ -192,8 +192,6 @@ class CallbackBase:
|
|||
del result._result['results']
|
||||
|
||||
def _clean_results(self, result, task_name):
|
||||
if 'changed' in result and task_name in ['debug']:
|
||||
del result['changed']
|
||||
if 'invocation' in result and task_name in ['debug']:
|
||||
del result['invocation']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue