mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
Adding a regex for stderr catching. (#31945)
This commit is contained in:
@@ -36,6 +36,7 @@ class TerminalModule(TerminalBase):
|
||||
|
||||
terminal_stderr_re = [
|
||||
re.compile(br"% ?Error"),
|
||||
re.compile(br"Syntax Error", re.I),
|
||||
re.compile(br"% User not present"),
|
||||
re.compile(br"% ?Bad secret"),
|
||||
re.compile(br"invalid input", re.I),
|
||||
|
||||
Reference in New Issue
Block a user