mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Change insertion order of apply block to not affect the include_X task itself (#44912)
This commit is contained in:
@@ -833,8 +833,7 @@ class StrategyBase:
|
||||
block_list = load_list_of_blocks(
|
||||
data,
|
||||
play=iterator._play,
|
||||
parent_block=None,
|
||||
task_include=ti_copy,
|
||||
parent_block=ti_copy.build_parent_block(),
|
||||
role=included_file._task._role,
|
||||
use_handlers=is_handler,
|
||||
loader=self._loader,
|
||||
|
||||
Reference in New Issue
Block a user