Added support OS9 facts (#17591)

This commit is contained in:
Senthil Kumar Ganesan 2016-09-15 11:22:23 -07:00 committed by John R Barker
parent ebc4d577de
commit 81072fcba1
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@ Ansible Changes By Release
* dnos9_command * dnos9_command
* dnos9_config * dnos9_config
* dnos9_template * dnos9_template
* dnos9_facts
- dnos10 - dnos10
* dnos10_command * dnos10_command
* dnos10_config * dnos10_config

View file

@ -75,7 +75,7 @@ class Cli(CliBase):
] ]
CLI_ERRORS_RE = [ CLI_ERRORS_RE = [
re.compile(r"% ?Error: (?:(?!\bdoes not exist\b)(?!\balready exists\b)(?!\bHost not found\b).)*$"), re.compile(r"% ?Error: (?:(?!\bdoes not exist\b)(?!\balready exists\b)(?!\bHost not found\b)(?!\bnot active\b).)*$"),
re.compile(r"% ?Bad secret"), re.compile(r"% ?Bad secret"),
re.compile(r"invalid input", re.I), re.compile(r"invalid input", re.I),
re.compile(r"(?:incomplete|ambiguous) command", re.I), re.compile(r"(?:incomplete|ambiguous) command", re.I),