1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

revert 46677 changes (#47044)

This commit is contained in:
Sumit Jaiswal 2018-10-15 15:35:55 +05:30 committed by GitHub
parent c73b2aa415
commit 8a6059ad0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,8 +58,7 @@ class TerminalModule(TerminalBase):
raise AnsibleConnectionFailure('unable to set terminal parameters') raise AnsibleConnectionFailure('unable to set terminal parameters')
def on_become(self, passwd=None): def on_become(self, passwd=None):
conn_prompt = self._get_prompt() if self._get_prompt().endswith(b'#'):
if not conn_prompt or conn_prompt.endswith(b'#'):
return return
cmd = {u'command': u'enable'} cmd = {u'command': u'enable'}