dont show failed key on debug

pull/26720/head
Brian Coca 7 years ago
parent 74947168e3
commit c2326aef01

@ -209,7 +209,7 @@ class CallbackBase:
def _clean_results(self, result, task_name):
if task_name in ['debug']:
for remove_key in ('changed', 'invocation'):
for remove_key in ('changed', 'invocation', 'failed'):
if remove_key in result:
del result[remove_key]

Loading…
Cancel
Save