parent
760fff8564
commit
60706cc12e
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ class PlayContext(Base):
|
|||
|
||||
elif self.become_method == 'doas':
|
||||
|
||||
prompt = 'Password:'
|
||||
prompt = 'doas (%s@' % self.remote_user
|
||||
exe = self.become_exe or 'doas'
|
||||
|
||||
if not self.become_pass:
|
||||
|
|
Loading…
Reference in a new issue