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
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
..
callback_plugins update some of many copyright dates but we can just do this when editing each file, not super high priority 13 years ago
inventory performance optimization in inventory.groups_list() 13 years ago
playbook Fix bug with include-level vars and sudo_user. 13 years ago
runner Fix copy when force=no and update _remote_md5 docs. 13 years ago
utils Merge pull request #2956 from akerl/unicodefix 13 years ago
__init__.py Update release version. 13 years ago
callbacks.py hide magic variables used bin/ansible output 13 years ago
color.py Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says. 13 years ago
constants.py More pep8 13 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 14 years ago
module_common.py Avoid crash in module_common when the file cannot be moved/copy 13 years ago