mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
fixes 20904 (#21068)
This commit is contained in:
parent
827723db90
commit
65e55d47b1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue