mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
This fixes fact gathering of VMware guest machines with older Linux Kernel versions. These older Kernels do not support /sys filesystem which is used to gather virtualization related facts. 'dmidecode' is the safest option to find out virtualization related facts. Fixes: #21573 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>