mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 20:00:58 +00:00
made executable shell configurable again
This commit is contained in:
@@ -297,7 +297,7 @@ class ConnectionInformation:
|
||||
|
||||
return new_info
|
||||
|
||||
def make_become_cmd(self, cmd, executable='/bin/sh'):
|
||||
def make_become_cmd(self, cmd, executable=C.DEFAULT_EXECUTABLE):
|
||||
""" helper function to create privilege escalation commands """
|
||||
|
||||
prompt = None
|
||||
|
||||
Reference in New Issue
Block a user