moved dependencies in the right place
This commit is contained in:
parent
f9a15486e3
commit
30b2a0f407
1 changed files with 5 additions and 5 deletions
10
vagrant
10
vagrant
|
@ -19,7 +19,7 @@ DOCUMENTATION = '''
|
||||||
module: vagrant
|
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'.
|
||||||
version_added: "1.1"
|
version_added: "1.1"
|
||||||
options:
|
options:
|
||||||
state:
|
state:
|
||||||
|
@ -62,13 +62,13 @@ options:
|
||||||
aliases: []
|
aliases: []
|
||||||
memory:
|
memory:
|
||||||
description:
|
description:
|
||||||
- memory in MB
|
- memory in MB
|
||||||
required: False
|
required: False
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
- code: 'local_action: vagrant cmd=up box_name=lucid32 vm_name=webserver'
|
- code: 'local_action: vagrant cmd=up box_name=lucid32 vm_name=webserver'
|
||||||
description:
|
description:
|
||||||
requirements: [ "vagrant" ]
|
requirements: [ "vagrant", "python-vagrant" ]
|
||||||
author: Rob Parrott
|
author: Rob Parrott
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue