mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +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:
@@ -461,7 +461,7 @@ def main():
|
||||
module.exit_json(**result)
|
||||
|
||||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.f5 import *
|
||||
from ansible.module_utils.f5_utils import *
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user