diff --git a/lib/ansible/plugins/strategy/linear.py b/lib/ansible/plugins/strategy/linear.py index e5920200a17..08b7a52c565 100644 --- a/lib/ansible/plugins/strategy/linear.py +++ b/lib/ansible/plugins/strategy/linear.py @@ -269,7 +269,7 @@ class StrategyModule(StrategyBase): # FIXME: probably not required here any more with the result proc # having been removed, so there's no only a single result # queue for the main thread - #results += self._process_pending_results(iterator, one_pass=True) + results += self._process_pending_results(iterator, one_pass=True) self._tqm.queue_multiple_tasks(items_to_queue, play_context)