mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Change insertion order of apply block to not affect the include_X task itself (#44912)
This commit is contained in:
parent
2dfff57f57
commit
a0d7d4b82f
6 changed files with 50 additions and 32 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue