mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removed extra print now that items are getting passed to callback in result
This commit is contained in:
parent
86a83c16b8
commit
c603caca27
1 changed files with 0 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue