mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-14 05:32:17 +00:00
* add unit test: nested dynamic includes
* nested dynamic includes: avoid AnsibleFileNotFound error
Error was:
Unable to retrieve file contents
Could not find or access 'include2.yml'
Before
|
||
|---|---|---|
| .. | ||
| branch_toplevel.yml | ||
| empty.yml | ||
| included_task1.yml | ||
| leaf_sublevel.yml | ||
| main.yml | ||
| not_a_role_task.yml | ||