mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-06 09:11:29 -07: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:
parent
21d993a4b8
commit
2a9778e320
26 changed files with 167 additions and 67 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue