mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
committed by
John R Barker
parent
0d9392a3bc
commit
fbec2ecaa8
@@ -641,8 +641,10 @@ class PyVmomiHelper(object):
|
||||
if not isinstance(vobj.parent, vim.Folder):
|
||||
continue
|
||||
if self.compile_folder_path_for_object(vobj) == searchpath:
|
||||
self.current_vm_obj = vobj
|
||||
return vobj
|
||||
# Match by name
|
||||
if vobj.config.name == name:
|
||||
self.current_vm_obj = vobj
|
||||
return vobj
|
||||
|
||||
if name_match:
|
||||
if name_match == 'first':
|
||||
|
||||
Reference in New Issue
Block a user