Open
Description
Describe the bug
ansible-collection-alb/plugins/modules/avi_deploy_controller.py
Lines 223 to 225 in 9696019
Its a problem when your vcenter folder is not named "Datacenters". The module is not working for me, because i have a folder named: "Datacenter". So the path modify is not working in avi_deploy_controller.py line 223-225. Maybe work with the Object ID "group-d1" and then take the name and use it to modify the path. Or give the option to define the folder in vars as workaround. At the moment i have to modify the module and exchange the script in the collection.
Reproduction steps
- Use avi_deploy_controller.py Module
...
Expected behavior
The module can work, even the folder name in your environment is different.
Additional context
No response