mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
c5f37f6bd6
commit
5f8654e5bd
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ class TerminalModule(TerminalBase):
|
||||||
re.compile(br"user not present"),
|
re.compile(br"user not present"),
|
||||||
re.compile(br"invalid (.+?)at '\^' marker", re.I),
|
re.compile(br"invalid (.+?)at '\^' marker", re.I),
|
||||||
re.compile(br"baud rate of console should be (\d*) to increase severity level", re.I),
|
re.compile(br"baud rate of console should be (\d*) to increase severity level", re.I),
|
||||||
re.compile(br"Configure replace failed", re.I),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def on_become(self, passwd=None):
|
def on_become(self, passwd=None):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue