mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
first bit of getting sudo -u functionality
This commit is contained in:
committed by
Michael DeHaan
parent
8d39ae709c
commit
2cd8d7b5e4
@@ -145,6 +145,7 @@ 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]
|
||||
|
||||
Reference in New Issue
Block a user