<homer>doh!</homer>

pull/12699/head
Brian Coca 9 years ago
parent d24532757c
commit 45788fbfad

@ -111,7 +111,7 @@ class CallbackBase:
if '_ansible_no_log' in result and result['_ansible_no_log']:
item = "(censored due to no_log)"
else:
item = get(result, 'item', None)
item = result.get('item', None)
return item

Loading…
Cancel
Save