mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
This patch adds support for all other virtual NICs, including: - pcnet32 - vmxnet2 - e1000e - sriov Without this change, VMs with one of these NICs will fail with a fault.NicSettingMismatch.summary error as it will only add interfaces, not edit these. This fixes #19860