mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 03:12:46 +00:00
fixes 20904 (#21068)
This commit is contained in:
@@ -1055,7 +1055,7 @@ class PyVmomiHelper(object):
|
||||
self.configure_disks(vm_obj=vm_obj)
|
||||
self.configure_network(vm_obj=vm_obj)
|
||||
|
||||
if len(self.params['customization']) > 0:
|
||||
if len(self.params['customization']) > 0 or len(self.params['networks']) > 0:
|
||||
self.customize_vm(vm_obj=vm_obj)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user