mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 23:09:09 -07:00
marked spot that should send per item reulsts
This commit is contained in:
parent
8f00d1c698
commit
478c6c756a
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ class TaskExecutor:
|
||||||
# now update the result with the item info, and append the result
|
# now update the result with the item info, and append the result
|
||||||
# to the list of results
|
# to the list of results
|
||||||
res['item'] = item
|
res['item'] = item
|
||||||
|
#TODO: send item results to callback here, instead of all at the end
|
||||||
results.append(res)
|
results.append(res)
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue