mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[network] fix imported name in F5 module_utils (#21733)
Whoops. not called that.
This commit is contained in:
@@ -142,7 +142,7 @@ def fq_list_names(partition,list_names):
|
||||
|
||||
try:
|
||||
from f5.bigip import ManagementRoot as BigIpMgmt
|
||||
from f5.bigip.contexts import BigIpTxContext
|
||||
from f5.bigip.contexts import TransactionContextManager as BigIpTxContext
|
||||
|
||||
from f5.bigiq import ManagementRoot as BigIqMgmt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user