mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-27 00:46:34 +00:00
Pass the variable manager into load_list_of_blocks for include files
Fixes #15194
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user