mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
Check for removal not allowed errors (#19251)
This commit is contained in:
parent
b44505e281
commit
ac527ef86f
2 changed files with 47 additions and 0 deletions
|
@ -47,6 +47,7 @@ class Cli(CliBase):
|
|||
|
||||
CLI_ERRORS_RE = [
|
||||
re.compile(r"error:", re.I),
|
||||
re.compile(r"^Removing.* not allowed")
|
||||
]
|
||||
|
||||
NET_PASSWD_RE = re.compile(r"[\r\n]?password: $", re.I)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue