mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Use the group-d1 moId instead of i8ln based names to identify the root folder. (#31077)
Addresses #29043
This commit is contained in:
@@ -235,7 +235,7 @@ def compile_folder_path_for_object(vobj):
|
||||
thisobj = vobj
|
||||
while hasattr(thisobj, 'parent'):
|
||||
thisobj = thisobj.parent
|
||||
if thisobj.name == 'Datacenters':
|
||||
if thisobj._moId == 'group-d1':
|
||||
break
|
||||
if isinstance(thisobj, vim.Folder):
|
||||
paths.append(thisobj.name)
|
||||
|
||||
Reference in New Issue
Block a user