diff --git a/lib/ansible/modules/cloud/vmware/vmware_guest.py b/lib/ansible/modules/cloud/vmware/vmware_guest.py index 0bb4620e6c..d4378d6bcc 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_guest.py +++ b/lib/ansible/modules/cloud/vmware/vmware_guest.py @@ -2015,7 +2015,7 @@ class PyVmomiHelper(PyVmomi): for nw in self.params['networks']: for key in nw: # We don't need customizations for these keys - if key not in ('device_type', 'mac', 'name', 'vlan'): + if key not in ('device_type', 'mac', 'name', 'vlan', 'type'): network_changes = True break