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/runner
Jeremiah Heller 7de718cd51 Fix copy when force=no and update _remote_md5 docs.
Previously setting force=no caused copy to subversively
fail when target did not exist on remote host.

Caused by Runner._remote_md5 returning 1
when files don't exist, rather than 0.
13 years ago
..
action_plugins Fix copy when force=no and update _remote_md5 docs. 13 years ago
connection_plugins Replace tab with spaces. 13 years ago
filter_plugins add basename and dirname to the core jinja2 filters 13 years ago
lookup_plugins Fix name in copyright 13 years ago
__init__.py Fix copy when force=no and update _remote_md5 docs. 13 years ago
connection.py Make private key customizable per host using ansible_ssh_private_key_file configurable as variable 13 years ago
poller.py typo fix 13 years ago
return_data.py Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we 13 years ago