mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
We need to return virtual_facts after VMWare platform detection (#38237)
This commit is contained in:
@@ -245,6 +245,7 @@ class LinuxVirtual(Virtual):
|
||||
if vendor_name.startwith('VMware'):
|
||||
virtual_facts['virtualization_type'] = 'VMware'
|
||||
virtual_facts['virtualization_role'] = 'guest'
|
||||
return virtual_facts
|
||||
|
||||
# If none of the above matches, return 'NA' for virtualization_type
|
||||
# and virtualization_role. This allows for proper grouping.
|
||||
|
||||
Reference in New Issue
Block a user