From 2f318b604ce8b3865d5631c2558fd4164b039d04 Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Sat, 30 Mar 2013 14:01:53 +0100 Subject: [PATCH] Fixed error in version_added SSIA --- library/vagrant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/vagrant b/library/vagrant index 8adc7a2e8ba..10089819d82 100644 --- a/library/vagrant +++ b/library/vagrant @@ -20,7 +20,7 @@ module: vagrant short_description: create a local instance via vagrant description: - creates VM instances via vagrant and optionally waits for it to be 'running'. This module has a dependency on python-vagrant. -version_added: "100.0" +version_added: "1.1" options: state: description: Should the VMs be "present" or "absent."