mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 19:50:25 -07:00
Implementing includes in the free strategy
This commit is contained in:
parent
2b9b3a08a1
commit
fad44862a5
2 changed files with 28 additions and 1 deletions
|
@ -194,8 +194,8 @@ class StrategyModule(StrategyBase):
|
|||
if self._take_step(task):
|
||||
choose_step = False
|
||||
else:
|
||||
break
|
||||
skip_rest = True
|
||||
break
|
||||
|
||||
self._display.debug("getting variables")
|
||||
task_vars = self._variable_manager.get_vars(loader=self._loader, play=iterator._play, host=host, task=task)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue