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
As @Tireg pointed out in #1321, the bug fixed in this PR might also be present in module_utils/vmware.py. Looking at get_recommended_datastore in both the module and the module util, I should say they are very similar.
Maybe we can refactor things and avoid duplicated code.
SUMMARY
As @Tireg pointed out in #1321, the bug fixed in this PR might also be present in
module_utils/vmware.py
. Looking atget_recommended_datastore
in both the module and the module util, I should say they are very similar.Maybe we can refactor things and avoid duplicated code.
ISSUE TYPE
COMPONENT NAME
vmware_guest_disk
module_utils/vmware
ADDITIONAL INFORMATION
vmware_guest_disk:
community.vmware/plugins/modules/vmware_guest_disk.py
Lines 1009 to 1055 in c673d75
module_utils/vmware:
community.vmware/plugins/module_utils/vmware.py
Lines 1639 to 1679 in c673d75
The text was updated successfully, but these errors were encountered: