Skip to content

Commit

Permalink
Fix #2325
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolenz committed Feb 24, 2025
1 parent c6e07fd commit 194344c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/vmware_vm_vss_dvs_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

class VMwareVmVssDvsMigrate(PyVmomi):
def __init__(self, module):
super(VMwareVmVssDvsMigrate, self).__init__(module)
self.vm = None
self.vm_name = module.params['vm_name']
self.dvportgroup_name = module.params['dvportgroup_name']
Expand Down

0 comments on commit 194344c

Please sign in to comment.