mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Change the f5 modules to use f5_utils file (#21466)
The f5 module utils were using a file name that appeared to conflict with the f5 python SDK's namespace. This patch just changes the name of the included class to be f5_utils to avoid the issue of namespace collisions
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
/lib/ansible/module_utils/vmware.py
|
||||
/lib/ansible/module_utils/netconf.py
|
||||
/lib/ansible/module_utils/junos.py
|
||||
/lib/ansible/module_utils/f5.py
|
||||
/lib/ansible/module_utils/f5_utils.py
|
||||
/lib/ansible/module_utils/f5_cli.py
|
||||
/lib/ansible/parsing/
|
||||
/lib/ansible/playbook/
|
||||
/lib/ansible/plugins/
|
||||
|
||||
Reference in New Issue
Block a user