mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
vsphere_guest module doc fix
This commit is contained in:
@@ -67,7 +67,7 @@ options:
|
||||
description:
|
||||
- Indicate desired state of the vm.
|
||||
default: present
|
||||
choices: ['present', 'powered_on', 'absent', 'powered_on', 'restarted', 'reconfigured']
|
||||
choices: ['present', 'powered_on', 'absent', 'powered_off', 'restarted', 'reconfigured']
|
||||
vm_disk:
|
||||
description:
|
||||
- A key, value list of disks and their sizes and which datastore to keep it in.
|
||||
|
||||
Reference in New Issue
Block a user