mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
update_disks(): added origins of the code.
This commit is contained in:
@@ -698,7 +698,8 @@ def deploy_template(vsphere_client, guest, resource_pool, template_src, esxi, mo
|
||||
msg="Could not clone selected machine: %s" % e
|
||||
)
|
||||
|
||||
|
||||
# example from https://github.com/kalazzerx/pysphere/blob/master/examples/pysphere_create_disk_and_add_to_vm.py
|
||||
# was used.
|
||||
def update_disks(vsphere_client, vm, module, vm_disk, changes):
|
||||
request = VI.ReconfigVM_TaskRequestMsg()
|
||||
changed = False
|
||||
|
||||
Reference in New Issue
Block a user