Fix remote_checksum with delegate_to and add tests for several ways that delegate_to works

This commit is contained in:
Toshio Kuratomi 2014-12-08 12:44:44 -08:00
commit 3269a349f3
4 changed files with 78 additions and 4 deletions

View file

@ -1,6 +1,9 @@
[local]
testhost ansible_ssh_host=127.0.0.1 ansible_connection=local
testhost2 ansible_ssh_host=127.0.0.1 ansible_connection=local
# For testing delegate_to
testhost3 ansible_ssh_host=127.0.0.3
testhost4 ansible_ssh_host=127.0.0.4
# the following inline declarations are accompanied
# by (preferred) group_vars/ and host_vars/ variables