mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Several fixes for includes
* when including statically, make sure that all parents were also included statically (issue #16990) * properly resolve nested static include paths * print a message when a file is statically included Fixes #16990
This commit is contained in:
parent
854d47826c
commit
1c7e0c73c9
5 changed files with 69 additions and 31 deletions
|
@ -578,7 +578,7 @@ class StrategyBase:
|
|||
data,
|
||||
play=iterator._play,
|
||||
parent_block=None,
|
||||
task_include=None,
|
||||
task_include=included_file._task,
|
||||
role=included_file._task._role,
|
||||
use_handlers=is_handler,
|
||||
loader=self._loader,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue