mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
marked spot that should send per item reulsts
This commit is contained in:
@@ -244,6 +244,7 @@ class TaskExecutor:
|
||||
# now update the result with the item info, and append the result
|
||||
# to the list of results
|
||||
res['item'] = item
|
||||
#TODO: send item results to callback here, instead of all at the end
|
||||
results.append(res)
|
||||
|
||||
return results
|
||||
|
||||
Reference in New Issue
Block a user