mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
FIX: multiple nested tasks include levels (#35165)
* Test for include_tasks & include_role bug Related to ansible/ansible:#21890 * Fix nested include_tasks called from role This fixes the path of included files when you want to call include_task inside a role's task file and this role is itself called from multiple level of playbook include_tasks Related to ansible/ansible:#21890 This fixes ansible/ansible:#35109
This commit is contained in:
parent
984edacd2a
commit
9001a8794f
28 changed files with 77 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
- include_role: {name: nested_include_task}
|
Loading…
Add table
Add a link
Reference in a new issue