Commit 45788fbf by Brian Coca

<homer>doh!</homer>

parent d2453275
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment