diff --git a/lib/ansible/executor/task_executor.py b/lib/ansible/executor/task_executor.py index 27e11bed79..0e1ebb600c 100644 --- a/lib/ansible/executor/task_executor.py +++ b/lib/ansible/executor/task_executor.py @@ -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