Skip to content

Commit

Permalink
wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
GuideGlyph committed Dec 25, 2024
1 parent 9260ad6 commit 9b09ce3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/vmware_guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,6 @@ def configure_network(self, vm_obj):
pg = pgs[0]
else:
pg = find_obj(self.content, [vim.DistributedVirtualPortgroup], network_name)

if pg is None or nic.device.backing.port.portgroupKey != pg.key:
nic.device.deviceInfo.summary = network_name
nic_change_detected = True
Expand Down

0 comments on commit 9b09ce3

Please sign in to comment.