mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Moved choises in the right place
This commit is contained in:
parent
e102d8807a
commit
a8f966cd06
1 changed files with 3 additions and 2 deletions
|
@ -27,10 +27,11 @@ options:
|
||||||
- Should the VMs be "present" or "absent."
|
- Should the VMs be "present" or "absent."
|
||||||
cmd:
|
cmd:
|
||||||
description:
|
description:
|
||||||
- vagrant subcommand to execute. Can be "up," "status," "config," "ssh," "halt," "destroy" or "clear."
|
- vagrant subcommand to execute.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: ['command']
|
aliases: ['command']
|
||||||
|
choices: [ "up", "status", "config", "ssh", "halt", "destroy", "clear" ]
|
||||||
box_name:
|
box_name:
|
||||||
description:
|
description:
|
||||||
- vagrant boxed image to start
|
- vagrant boxed image to start
|
||||||
|
|
Loading…
Reference in a new issue