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 515fd9e915 copy action plug-in check mode respects force=no
The copy action accepts force=no, which tells it not to replace an
existing file even if it differs from the source.  The copy action
plug-in wasn't respecting this option when operated in check mode, so it
would report that changes are necessary in check mode even though copy
would make no changes when run normally.

Runner._remote_md5 was changed to make the logic for setting rc perhaps
a little more clear, and to make sure that rc=0 when the file does not
exist.
12 years ago
..
assemble.d
inventory_dir Add some tests for directory-based inventory 12 years ago
test_hash_behavior
test_playbook_vars
CentOS.yml Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive 13 years ago
TestConstants.py
TestFilters.py
TestInventory.py Standardize test output 12 years ago
TestPlayBook.py Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into exp 12 years ago
TestRunner.py copy action plug-in check mode respects force=no 12 years ago
TestUtils.py
ansible.cfg Fixed tests to reflect desired configuration behaviour 12 years ago
ansible_hosts
apt_key.gpg
common_vars.yml Fix correct variable expansion in includes only_if. 13 years ago
complex_hosts Merge pull request #1776 from junegunn/inventory-group-var-ws 12 years ago
cron_test.yml
default_os.yml
hosts_list.yml Make tests use the local connection type, fix missing callback in tests. 12 years ago
inventory_api.py Return multiple groups from inventory API. 12 years ago
jinja2_overrides.tpl moved override matching string to variable changed test template to match Signed-off-by: Brian Coca <briancoca+ansible@gmail.com> 12 years ago
large_range Alphabetic inventory hostname patterns. 12 years ago
lookup_plugins.yml password lookup plugin, with working tests and documentation 12 years ago
playbook-included.yml
playbook-includer.yml
playbook-when.yml
playbook1.yml Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. Can't use both at the same time per line. 12 years ago
results_list.yml Make tests use the local connection type, fix missing callback in tests. 12 years ago
rocannon.txt
sample.j2 Fixing bug with unicode templates. 12 years ago
simple_hosts
task-included.yml
task-includer.yml
template-basic
template-whitespace Update tests to reflect new API 13 years ago
world Add test data file 12 years ago