mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
made executable shell configurable again
This commit is contained in:
parent
580993fef7
commit
956937b110
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ class ConnectionInformation:
|
||||||
|
|
||||||
return new_info
|
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 """
|
""" helper function to create privilege escalation commands """
|
||||||
|
|
||||||
prompt = None
|
prompt = None
|
||||||
|
|
Loading…
Reference in a new issue