mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
actually no password to handle, this should return false
This commit is contained in:
parent
87a0ccc354
commit
7bb2a7aa87
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)):
|
|||
|
||||
def check_password_prompt(self, output):
|
||||
if self.prompt is None:
|
||||
return True
|
||||
return False
|
||||
elif isinstance(self.prompt, basestring):
|
||||
return output.endswith(self.prompt)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue