ansible/lib
Stephen Fromm fa9bfbba13 Fix for sudo to another non-root user (issue #353)
mktemp creates the temp directory 700 only.  If the sudo-user is not
root, the other user will not be able to run the command (Permission
denied error).  This adds the executable bit for all on the temp
directory.
2012-05-11 11:48:31 -07:00
..
ansible Fix for sudo to another non-root user (issue #353) 2012-05-11 11:48:31 -07:00