mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed error in version_added
SSIA
This commit is contained in:
parent
36bcfb5d49
commit
2f318b604c
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: Should the VMs be "present" or "absent."
|
description: Should the VMs be "present" or "absent."
|
||||||
|
|
Loading…
Reference in a new issue