mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Merge pull request #639 from goozbach/issue-627
improved output in with_items fixes: #627
This commit is contained in:
@@ -646,6 +646,7 @@ class Runner(object):
|
||||
self.callbacks.on_unreachable(host, result.result)
|
||||
else:
|
||||
data = result.result
|
||||
result.result['item'] = inject.get('item', None)
|
||||
if 'skipped' in data:
|
||||
self.callbacks.on_skipped(result.host)
|
||||
elif not result.is_successful():
|
||||
|
||||
Reference in New Issue
Block a user