mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-20 11:50:22 -07:00
Fix free strategy, which was incorrectly using _wait_on_pending_results
Broken in 210cf06d
This commit is contained in:
parent
eac4cf1177
commit
e5c4f88b71
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class StrategyModule(StrategyBase):
|
||||||
if last_host == starting_host:
|
if last_host == starting_host:
|
||||||
break
|
break
|
||||||
|
|
||||||
results = self._wait_on_pending_results(iterator)
|
results = self._process_pending_results(iterator)
|
||||||
host_results.extend(results)
|
host_results.extend(results)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue