Implementing includes in the free strategy

This commit is contained in:
James Cammarata 2015-08-05 11:52:52 -04:00
parent 2b9b3a08a1
commit fad44862a5
2 changed files with 28 additions and 1 deletions

View file

@ -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)