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
willthames f456d999a9 Fix templates for non root sudo_user
When using template module, if a restrictive umask is set, the
sudo_user won't be able to read the /tmp/ansible-dir/source file
after it is copied across following _transfer_str

I wonder if this behaviour shouldn't be abstracted somehow (as
this correction also happens after put_file in the copy module too)
14 years ago
..
callback_plugins Add __init__'s to git 14 years ago
inventory Make it possible in the inventory file to have spaces in host variables 14 years ago
playbook Keep result pristine for ignore_errors 14 years ago
runner Fix templates for non root sudo_user 14 years ago
__init__.py Release version bump 14 years ago
callbacks.py Modular server-side actions (squash merge) 14 years ago
color.py Check for terminal capabilities if curses is available 14 years ago
constants.py make connection types pluggable 14 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 14 years ago
module_common.py backuplocal => backup_local for API standardization reasons 14 years ago
utils.py Merge pull request #1010 from tima/yaml-jinja 14 years ago