From a8f966cd061de11d5ede3b6e3a04a085cee3302c Mon Sep 17 00:00:00 2001 From: mavimo Date: Wed, 3 Apr 2013 21:29:57 +0200 Subject: [PATCH] Moved choises in the right place --- library/vagrant | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/vagrant b/library/vagrant index 523cba46d1..a00be92b5f 100644 --- a/library/vagrant +++ b/library/vagrant @@ -27,10 +27,11 @@ options: - Should the VMs be "present" or "absent." cmd: description: - - vagrant subcommand to execute. Can be "up," "status," "config," "ssh," "halt," "destroy" or "clear." + - vagrant subcommand to execute. required: false default: null - aliases: ['command'] + aliases: ['command'] + choices: [ "up", "status", "config", "ssh", "halt", "destroy", "clear" ] box_name: description: - vagrant boxed image to start