mirror of
https://github.com/ansible/ansible.git
synced 2026-07-29 16:35:20 +02:00
* 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
3 lines
48 B
YAML
3 lines
48 B
YAML
---
|
|
- include_role: {name: nested_include_task}
|