community.general/lib/ansible/runner/action_plugins
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
..
assemble.py Modular server-side actions (squash merge) 2012-09-06 18:57:04 -04:00
async.py Modular server-side actions (squash merge) 2012-09-06 18:57:04 -04:00
copy.py Modular server-side actions (squash merge) 2012-09-06 18:57:04 -04:00
fetch.py Modular server-side actions (squash merge) 2012-09-06 18:57:04 -04:00
normal.py Modular server-side actions (squash merge) 2012-09-06 18:57:04 -04:00
raw.py Modular server-side actions (squash merge) 2012-09-06 18:57:04 -04:00
template.py Fix templates for non root sudo_user 2012-09-07 16:35:53 +10:00