mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixes variable usage for api reconnect method. (#26553)
This commit is contained in:
@@ -292,7 +292,7 @@ class AnsibleF5Client(object):
|
||||
:return:
|
||||
:raises iControlUnexpectedHTTPError
|
||||
"""
|
||||
self.client.api = self._get_mgmt_root(
|
||||
self.api = self._get_mgmt_root(
|
||||
self.f5_product_name, **self._connect_params
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user