mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix free strategy, which was incorrectly using _wait_on_pending_results
Broken in 210cf06d
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user