mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
actually implemented flags correctly for all priv escalation methods
This commit is contained in:
parent
14f061d5ea
commit
a7231c2203
3 changed files with 9 additions and 8 deletions
|
@ -118,7 +118,7 @@ class TestPlayContext(unittest.TestCase):
|
|||
sudo_exe = C.DEFAULT_SUDO_EXE or 'sudo'
|
||||
sudo_flags = C.DEFAULT_SUDO_FLAGS + " -n "
|
||||
su_exe = C.DEFAULT_SU_EXE or 'su'
|
||||
su_flags = C.DEFAULT_SU_FLAGS
|
||||
su_flags = C.DEFAULT_SU_FLAGS or ''
|
||||
pbrun_exe = 'pbrun'
|
||||
pbrun_flags = ''
|
||||
pfexec_exe = 'pfexec'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue