mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed a typo on power options
This commit is contained in:
parent
c52bfe3e35
commit
0f1bf6c8c1
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_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…
Reference in a new issue