Pass the variable manager into load_list_of_blocks for include files

Fixes #15194
This commit is contained in:
James Cammarata 2016-03-31 00:44:41 -04:00
parent 4b3257c4fe
commit a8dbd3dee9

View file

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