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
Pol Llovet 4432c01ceb Handle '#' in var strings by splitting on ' #'
If someone has a " #" in a quoted var string, it
will interpret that as a comment and refuse to
load the inventory file due to an unbalanced
quote. Noisy failure > unexpected behavior.
12 years ago
..
action_plugins Plug-ins loaded from top-level plug-in directory 12 years ago
assemble.d
inventory_dir Handle '#' in var strings by splitting on ' #' 12 years ago
test_hash_behavior Tweaked merge_hash to also affect Runner behavior 12 years ago
test_playbook_vars
CentOS.yml
TestConstants.py
TestFilters.py
TestInventory.py Handle '#' in var strings by splitting on ' #' 12 years ago
TestPlayBook.py Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into exp 12 years ago
TestRunner.py Merge branch 'escape' of git://github.com/ngrilly/ansible into repr 12 years ago
TestUtils.py Some continued work on new-style templates and associated test code changes. Legacy template functions 12 years ago
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 Since we removed the (undocumented) playbook include + with_items code, fix the tests to 12 years ago
playbook-when.yml Prevent premature substitution of variables into tasks 12 years ago
playbook1.yml
results_list.yml
rocannon.txt
sample.j2
simple_hosts
task-included.yml Test case and fix for shlex.split unicode bug 12 years ago
task-includer.yml Test case and fix for shlex.split unicode bug 12 years ago
template-basic
template-whitespace
world