1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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)
2012-09-07 16:35:53 +10:00
..
callback_plugins Add __init__'s to git 2012-09-06 18:43:28 -04:00
inventory Make it possible in the inventory file to have spaces in host variables 2012-08-30 19:51:46 -04:00
playbook Keep result pristine for ignore_errors 2012-09-04 22:40:07 +02:00
runner Fix templates for non root sudo_user 2012-09-07 16:35:53 +10:00
__init__.py Release version bump 2012-09-06 18:56:38 -04:00
callbacks.py Modular server-side actions (squash merge) 2012-09-06 18:57:04 -04:00
color.py Check for terminal capabilities if curses is available 2012-08-25 00:45:14 +02:00
constants.py make connection types pluggable 2012-08-18 10:52:24 -04:00
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 2012-08-07 18:24:47 -04:00
module_common.py backuplocal => backup_local for API standardization reasons 2012-09-04 19:49:49 -04:00
utils.py Merge pull request #1010 from tima/yaml-jinja 2012-09-06 17:50:01 -07:00