You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/includes
Pilou 556a1daa33 fix searched paths in DataLoader.path_dwim_relative (avoid AnsibleFileNotFound) (#26729)
* 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 8f758204cf, at the end of
'path_dwim_relative' method, the 'search' variable contained amongst
others paths:
'/tmp/roles/testrole/tasks/tasks/included.yml' and
'/tmp/roles/testrole/tasks/included.yml'.
The commit mentioned before removed the last one despite the method
docstrings specify 'with or without explicitly named dirname subdirs'.

* add integration test: nested includes
7 years ago
..
roles/test_includes fix searched paths in DataLoader.path_dwim_relative (avoid AnsibleFileNotFound) (#26729) 7 years ago
aliases Initial ansible-test implementation. (#18556) 8 years ago
runme.sh Split integration tests out from Makefile. (#17976) 8 years ago
test_includes.yml Split integration tests out from Makefile. (#17976) 8 years ago
test_includes2.yml Fix cosmetic problems in YAML source 8 years ago
test_includes3.yml Split integration tests out from Makefile. (#17976) 8 years ago
test_includes4.yml Split integration tests out from Makefile. (#17976) 8 years ago