Skip to content

Commit

Permalink
VMware: Add examples of folder in vmware_deploy_ovf (ansible#56216)
Browse files Browse the repository at this point in the history
Fixes: ansible#51825

Signed-off-by: Abhijeet Kasurde <[email protected]>
  • Loading branch information
Akasurde authored and acozine committed May 9, 2019
1 parent f1ca555 commit 748cfd8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/ansible/modules/cloud/vmware/vmware_deploy_ovf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@
description:
- Absolute path of folder to place the virtual machine.
- If not specified, defaults to the value of C(datacenter.vmFolder).
- 'Examples:'
- ' folder: /ha-datacenter/vm'
- ' folder: ha-datacenter/vm'
- ' folder: /datacenter1/vm'
- ' folder: datacenter1/vm'
- ' folder: /datacenter1/vm/folder1'
- ' folder: datacenter1/vm/folder1'
- ' folder: /folder1/datacenter1/vm'
- ' folder: folder1/datacenter1/vm'
- ' folder: /folder1/datacenter1/vm/folder2'
inject_ovf_env:
description:
- Force the given properties to be inserted into an OVF Environment and injected through VMware Tools.
Expand Down

0 comments on commit 748cfd8

Please sign in to comment.