mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-22 00:00:22 -07:00
VMware: use UUID to find templates and VMs (#45208)
This fix adds functionality to find the templates or VMs for cloning operations. Fixes: #45081 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
d61b4492cf
commit
d41e568a4d
2 changed files with 6 additions and 1 deletions
|
@ -87,6 +87,7 @@ options:
|
|||
- If this value is not set, virtual machine is created without using a template.
|
||||
- If the virtual machine already exists, this parameter will be ignored.
|
||||
- This parameter is case sensitive.
|
||||
- You can also specify template or VM UUID for identifying source. version_added 2.8. Use C(hw_product_uuid) from M(vmware_guest_facts) as UUID value.
|
||||
aliases: [ 'template_src' ]
|
||||
is_template:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue