mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
ignore connection timeout out within parenthesis (#48413)
This commit is contained in:
@@ -39,7 +39,7 @@ class TerminalModule(TerminalBase):
|
||||
re.compile(br"% ?This command is not authorized"),
|
||||
re.compile(br"invalid input", re.I),
|
||||
re.compile(br"(?:incomplete|ambiguous) command", re.I),
|
||||
re.compile(br"connection timed out", re.I),
|
||||
re.compile(br"(?<!\()connection timed out(?!\))", re.I),
|
||||
re.compile(br"[^\r\n]+ not found", re.I),
|
||||
re.compile(br"'[^']' +returned error code: ?\d+"),
|
||||
re.compile(br"Failed to commit", re.I)
|
||||
|
||||
Reference in New Issue
Block a user