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
Dale Sedivec b32131c867 expanduser on each component of plug-in paths
ansible.constants was calling expanduser (by way of shell_expand_path)
on the entire configured value for the library and *_plugins
configuration values, but these values have always been interpreted as
multiple directories separated by os.pathsep.  Thus, if you supplied
multiple directories for one of these values, typically only the first
(at least on *nix) would have e.g. "~" expanded to HOME.

Now PluginLoader does expansion on each individual path in each of
these variables.
11 years ago
..
action_plugins
assemble.d
inventory_dir
test_hash_behavior
test_playbook_vars
CentOS.yml
TestConstants.py
TestFilters.py
TestInventory.py
TestPlayBook.py
TestRunner.py
TestUtils.py
ansible.cfg
ansible_hosts
apt_key.gpg
common_vars.yml
complex_hosts
cron_test.yml
default_os.yml
hosts_list.yml
inventory_api.py
jinja2_overrides.tpl
large_range
lookup_plugins.yml
playbook-included.yml
playbook-includer.yml
playbook-when.yml
playbook1.yml
results_list.yml
rocannon.txt
sample.j2
simple_hosts
task-included.yml
task-includer.yml
template-basic
template-whitespace
world