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
James Cammarata 82519ab2a6 Preserve the cumulative path for checking includes which have parents
Otherwise, each relative include path is checked on its own, rather
than in relation to the (possibly relative) path of its parent, meaning
includes multiple level deep may fail to find the correct (or any) file.

Fixes #13472
10 years ago
..
cli use default settings from ansible.cfg 10 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 10 years ago
config Making the switch to v2 11 years ago
errors Default msg param to AnsibleError to avoid serialization problems 10 years ago
executor Fixing up some non-py3 things for unit tests 10 years ago
galaxy Galaxy 2.0 10 years ago
inventory avoid set to unique hosts to preserver order 10 years ago
module_utils Conditionally create the CustomHTTPSConnection class only if we have the required baseclasses. 10 years ago
modules Update submodule ref to fix docs build 10 years ago
new_inventory fix some warning of undefined name. 10 years ago
parsing Missed one place we were appending the incorrectly escaped item to raw params 10 years ago
playbook Preserve the cumulative path for checking includes which have parents 10 years ago
plugins debug now validates its params 10 years ago
template keep string type filters as strings 10 years ago
utils Finish up plugin porting to global display 10 years ago
vars fix sorting of groups for host vars 10 years ago
__init__.py Add python3-compat boilerplate to all .py files in lib/ansible 10 years ago
constants.py removed unused 'pattern' from ansible.cfg 10 years ago
test-requirements.txt Making the switch to v2 11 years ago