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/utils
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
6 years ago
..
__init__.py limit extensions for files in group/host_vars dir 11 years ago
cmd_functions.py ansible/utils/: PEP8 compliancy (#24686) 9 years ago
collection_loader.py Collection role relative deps (#61517) 6 years ago
color.py Fix several things causing tracebacks with unicode cwd (#27731) 8 years ago
context_objects.py Move the arguments module into cli/ and context_objects into utils 7 years ago
display.py ansible-galaxy - Add timeout and progress indicator for publish and install (#60660) 6 years ago
encrypt.py Minor typos (#50371) 7 years ago
hashing.py Enable additional pylint rules and resolve issues found. (#47221) 7 years ago
helpers.py preserve same order as inventory manager when using host lookup (#55331) 7 years ago
jsonrpc.py Don't fail if ConnectionError has no code (#53455) 7 years ago
listify.py Python 3.8 collections compatibility fixes. 7 years ago
path.py Get copy tests passing with split controller/target (#58516) 7 years ago
plugin_docs.py add subdir support to collection loading (#60682) 6 years ago
py3compat.py Python 3.8 collections compatibility fixes. 7 years ago
sentinel.py Fieldattribute inheritance with defaults (#50891) 7 years ago
shlex.py Update module_utils.six to latest (#22855) 9 years ago
singleton.py Add a Singleton metaclass, use it with Display (#48935) 7 years ago
ssh_functions.py Fix encoding error with path to ssh 8 years ago
unicode.py Remove deprecated code (#34828) 8 years ago
unsafe_proxy.py Remove UnsafeProxy (#59711) 6 years ago
vars.py move extravars and option vars loading into VM (#51070) 7 years ago