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/lib/ansible/playbook
Matt Davis d81ae27a4a
Collection role relative deps (#61517)
* default collection support

* playbooks run from inside a registered collection will set that collection as the first item in the search order (as will all non-collection roles)
* this allows easy migration of runme.sh style playbook/role integration tests to collections without the playbooks/roles needing to know the name of their enclosing collection

* disable default collection test under Windows

* enable collection search for role dependencies

* unqualified role deps in collection-hosted roles will first search the containing collection
* if the calling role has specified a collections search list in metadata, it will be appended to the search order for unqualified role deps

* disable cycle detection unit test

* failing on 3.7+, needs proper cycle detection
* see #61527
5 years ago
..
role Collection role relative deps (#61517) 5 years ago
__init__.py Move plugin loader playbook dir additions back to Playbook instead of PlaybookCLI (#59557) 5 years ago
attribute.py Move common build code from _build_helpers (#55986) 5 years ago
base.py T woerner max concurrent (#60702) 5 years ago
block.py
collectionsearch.py default collection support (#61415) 5 years ago
conditional.py Tests as filters were deprecated, remove unused param (#57796) 6 years ago
handler.py Fix notifying handlers by using an exact match (#55624) 6 years ago
handler_task_include.py Improvement on setting VALID_INCLUDE_KEYWORDS on HandlerTaskInclude (#56801) 6 years ago
helpers.py Collection role relative deps (#61517) 5 years ago
included_file.py Fix extended loop_control with includes (#61231) 5 years ago
loop_control.py
play.py Collection role relative deps (#61517) 5 years ago
play_context.py
playbook_include.py
role_include.py
taggable.py
task.py default collection support (#61415) 5 years ago
task_include.py default collection support (#61415) 5 years ago