mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 04:41:27 +00:00
removed extra print now that items are getting passed to callback in result
This commit is contained in:
@@ -169,9 +169,6 @@ class TaskExecutor:
|
||||
res['item'] = item
|
||||
results.append(res)
|
||||
|
||||
# FIXME: we should be sending back a callback result for each item in the loop here
|
||||
print(res)
|
||||
|
||||
return results
|
||||
|
||||
def _squash_items(self, items, variables):
|
||||
|
||||
Reference in New Issue
Block a user