mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
VMware: Provide facility to specify path for template (#38031)
When multiple virtual machines or templates are found in environment, module needs folder path. This fix adds facility to specify folder path for template or virtual machine if multiples are found. Fixes: #37087 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -89,6 +89,7 @@ options:
|
||||
- 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.
|
||||
- From version 2.8 onwards, absolute path to virtual machine or template can be used.
|
||||
aliases: [ 'template_src' ]
|
||||
is_template:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user