Pass the variable manager into load_list_of_blocks for include files

Fixes #15194
pull/15151/head
James Cammarata 9 years ago
parent 4b3257c4fe
commit a8dbd3dee9

@ -460,7 +460,8 @@ class StrategyBase:
task_include=included_file._task,
role=included_file._task._role,
use_handlers=is_handler,
loader=self._loader
loader=self._loader,
variable_manager=self._variable_manager,
)
# since we skip incrementing the stats when the task result is

Loading…
Cancel
Save