Commit a1ed9fc5 by Jim Richardson Committed by Michael DeHaan

sudo -u works now. Needs testing and maybe a bit of cleanup

parent abcfdbee
......@@ -145,7 +145,6 @@ class Runner(object):
self.basedir = basedir
self.sudo = sudo
self.sudo_pass = sudo_pass
self.sudo_user = sudo_user
self.is_playbook = is_playbook
euid = pwd.getpwuid(os.geteuid())[0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment