Fixed error in version_added

SSIA
This commit is contained in:
Marco Vito Moscaritolo 2013-03-30 14:01:53 +01:00
parent d69c13347b
commit 772c336af7

View file

@ -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."