mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Various bigiq fixes (#44487)
Fixes usage of the RestClient class. Documentation fixes. Removal of dependency code.
This commit is contained in:
parent
d39a711aa1
commit
07a011cd6f
11 changed files with 68 additions and 112 deletions
|
@ -449,7 +449,7 @@ def main():
|
|||
)
|
||||
|
||||
try:
|
||||
client = F5RestClient(module=module)
|
||||
client = F5RestClient(**module.params)
|
||||
mm = ModuleManager(module=module, client=client)
|
||||
results = mm.exec_module()
|
||||
exit_json(module, results, client)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue