mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 19:50:25 -07: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:
parent
6a1aa51a74
commit
ebeb788117
2 changed files with 11 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue