mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-21 16:39:08 -07:00
Update sesu.py: use defined prompt (#227)
* Update sesu.py: use defined prompt * add changelog Co-authored-by: Alexandros Zachos <alexandros.zachos@cz.ibm.com>
This commit is contained in:
parent
694546d784
commit
7c6d22efba
2 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,7 @@ class BecomeModule(BecomeBase):
|
|||
|
||||
name = 'community.general.sesu'
|
||||
|
||||
_prompt = 'Please enter your password:'
|
||||
prompt = 'Please enter your password:'
|
||||
fail = missing = ('Sorry, try again with sesu.',)
|
||||
|
||||
def build_become_command(self, cmd, shell):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue