mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #17603 from skg-net/dnos10_facts
Added support for facts module for Dell Networking OS10 device.
This commit is contained in:
@@ -79,6 +79,7 @@ Ansible Changes By Release
|
||||
* dnos10_command
|
||||
* dnos10_config
|
||||
* dnos10_template
|
||||
* dnos10_facts
|
||||
- exoscale:
|
||||
* exo_dns_domain
|
||||
* exo_dns_record
|
||||
|
||||
@@ -64,7 +64,7 @@ class Cli(CliBase):
|
||||
NET_PASSWD_RE = re.compile(r"[\r\n]?password:\s?$", re.I)
|
||||
|
||||
CLI_PROMPTS_RE = [
|
||||
re.compile(r"[\r\n]?[\w+\-\.:\/\[\]]+(?:\([^\)]+\)){,3}(?:>|#) ?$"),
|
||||
re.compile(r"[\r\n]?[\w+\-\.:\/\[\]]+(?:\([^\)]+\)){,3}(?:#) ?$"),
|
||||
re.compile(r"\[\w+\@[\w\-\.]+(?: [^\]])\] ?[>#\$] ?$")
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user