You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
...
Expected behavior
The module can work, even the folder name in your environment is different.
Additional context
No response
The text was updated successfully, but these errors were encountered: