mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Include the top level folder for esxi in the break condition
This commit is contained in:
@@ -239,7 +239,7 @@ def compile_folder_path_for_object(vobj):
|
||||
moid = thisobj._moId
|
||||
except AttributeError:
|
||||
moid = None
|
||||
if moid == 'group-d1':
|
||||
if moid in ['group-d1', 'ha-folder-root']:
|
||||
break
|
||||
if isinstance(thisobj, vim.Folder):
|
||||
paths.append(thisobj.name)
|
||||
|
||||
Reference in New Issue
Block a user