mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
committed by
Adrian Likins
parent
760fff8564
commit
60706cc12e
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user