Fixed a typo on power options

reviewable/pr18780/r1
Stewart Rutledge 10 years ago
parent 1dd20197b1
commit 6d79518d67

@ -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_off', 'absent', 'powered_on', 'restarted', 'reconfigured']
from_template: from_template:
description: description:
- Specifies if the VM should be deployed from a template (cannot be ran with state) - Specifies if the VM should be deployed from a template (cannot be ran with state)

Loading…
Cancel
Save