mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Pass the variable manager into load_list_of_blocks for include files
Fixes #15194
This commit is contained in:
parent
4b3257c4fe
commit
a8dbd3dee9
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue