1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/include_import
kiorky 9001a8794f 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
2018-01-31 07:35:06 -06:00
..
nestedtasks/nested FIX: multiple nested tasks include levels (#35165) 2018-01-31 07:35:06 -06:00
playbook Integration tests for import/include (#33418) 2018-01-19 08:23:48 -08:00
role Integration tests for import/include (#33418) 2018-01-19 08:23:48 -08:00
roles FIX: multiple nested tasks include levels (#35165) 2018-01-31 07:35:06 -06:00
tasks FIX: multiple nested tasks include levels (#35165) 2018-01-31 07:35:06 -06:00
aliases Integration tests for import/include (#33418) 2018-01-19 08:23:48 -08:00
nested.yml FIX: multiple nested tasks include levels (#35165) 2018-01-31 07:35:06 -06:00
runme.sh FIX: multiple nested tasks include levels (#35165) 2018-01-31 07:35:06 -06:00
test_recursion.yml Integration tests for import/include (#33418) 2018-01-19 08:23:48 -08:00