Merge pull request #8973 from sergevanginderachter/vsphere_guest_docfix
vsphere_guest module doc fix
This commit is contained in:
commit
71f5d88586
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Indicate desired state of the vm.
|
- Indicate desired state of the vm.
|
||||||
default: present
|
default: present
|
||||||
choices: ['present', 'powered_on', 'absent', 'powered_on', 'restarted', 'reconfigured']
|
choices: ['present', 'powered_on', 'absent', 'powered_off', 'restarted', 'reconfigured']
|
||||||
vm_disk:
|
vm_disk:
|
||||||
description:
|
description:
|
||||||
- A key, value list of disks and their sizes and which datastore to keep it in.
|
- A key, value list of disks and their sizes and which datastore to keep it in.
|
||||||
|
|
Loading…
Reference in a new issue