Browse code

[2.8] VMware: Add examples of folder in vmware_deploy_ovf (#56286)

Fixes: #51825

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 748cfd89ab087bdfe1eab98de164c7c226705911)

Abhijeet Kasurde authored on 2019/05/10 23:24:10
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+minor_changes:
1
+- Added documentation about the folder parameter with examples in vmware_deploy_ovf (https://github.com/ansible/ansible/issues/51825).
... ...
@@ -65,6 +65,16 @@ options:
65 65
         description:
66 66
         - Absolute path of folder to place the virtual machine.
67 67
         - If not specified, defaults to the value of C(datacenter.vmFolder).
68
+        - 'Examples:'
69
+        - '   folder: /ha-datacenter/vm'
70
+        - '   folder: ha-datacenter/vm'
71
+        - '   folder: /datacenter1/vm'
72
+        - '   folder: datacenter1/vm'
73
+        - '   folder: /datacenter1/vm/folder1'
74
+        - '   folder: datacenter1/vm/folder1'
75
+        - '   folder: /folder1/datacenter1/vm'
76
+        - '   folder: folder1/datacenter1/vm'
77
+        - '   folder: /folder1/datacenter1/vm/folder2'
68 78
     inject_ovf_env:
69 79
         description:
70 80
         - Force the given properties to be inserted into an OVF Environment and injected through VMware Tools.