mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
f5: raise exception (#43409)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
cc3dadf16e
commit
a44adc1dc9
2 changed files with 2 additions and 2 deletions
|
@ -287,7 +287,7 @@ class Parameters(AnsibleF5Parameters):
|
|||
elif len(parts) < 2:
|
||||
result = Destination(ip=parts[0], subnet=None)
|
||||
else:
|
||||
F5ModuleError(
|
||||
raise F5ModuleError(
|
||||
"The provided mgmt_address is malformed."
|
||||
)
|
||||
except ValueError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue