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
Jiri Barton 9da06274a8 Set proper file permisions when a file is created with atomic_move
Fixes #7196
11 years ago
..
callback_plugins Update various copyrights. Not complete, but sufficient. 11 years ago
inventory Micro-optimization: replace s.find(x)==0 with s.startswith(x) 11 years ago
module_utils Set proper file permisions when a file is created with atomic_move 11 years ago
playbook Give more information when a task is empty 11 years ago
runner Missing 'base64' import 11 years ago
utils Adding missing options to the file documentation fragment 11 years ago
__init__.py Bump versions on the devel branch (devel branch version is 1.6) 11 years ago
callbacks.py Merge pull request #5555 from sivel/expose-playbook-to-callback 11 years ago
color.py Merge commit. 11 years ago
constants.py Set the default LANG to en_US.UTF-8 and also set LC_CTYPE 11 years ago
errors.py Update various copyrights. Not complete, but sufficient. 11 years ago
module_common.py Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago