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 cd51ba7965 Use abspath instead of realpath for group/host vars files
The use of realpath means when following symlinks the actual path is
used when loading these files in the VariableManager, which may not
line up with the host or group name specified.

Fixes #14545
10 years ago
..
cli removed signal trapping 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 Relocate use of ERROR to display class, to avoid doubling up 10 years ago
executor preserve no_log for async also 10 years ago
galaxy Merge pull request #13203 from willthames/galaxy_10620 10 years ago
inventory Use abspath instead of realpath for group/host vars files 10 years ago
module_utils Merge pull request #14618 from ogenstad/devel 10 years ago
modules Update submodule refs 10 years ago
new_inventory fix some warning of undefined name. 10 years ago
parsing Merge pull request #14311 from sivel/unsafe-yaml-constructor 10 years ago
playbook Don't inject PlayContext properties as variables if they're None 10 years ago
plugins Fix logic error when copying files recursively to a directory 10 years ago
template Catch TypeError on join, and if caught just return a single item, or a list of many 10 years ago
utils Improve efficiency of merge_hash 10 years ago
vars properly combine vars if merge is set 10 years ago
__init__.py Bump version in devel now that stable-2.0 has been branched 10 years ago
constants.py Merge pull request #13654 from sivel/paramiko-proxy-command 10 years ago
test-requirements.txt Making the switch to v2 11 years ago