Merge pull request #2530 from mavimo/patch-1
Vagrant module - fixed version_added
This commit is contained in:
commit
304c447bd2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module: vagrant
|
||||||
short_description: create a local instance via vagrant
|
short_description: create a local instance via vagrant
|
||||||
description:
|
description:
|
||||||
- creates VM instances via vagrant and optionally waits for it to be 'running'. This module has a dependency on python-vagrant.
|
- 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:
|
options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue