moved dependencies in the right place

reviewable/pr18780/r1
mavimo 12 years ago
parent f9a15486e3
commit 30b2a0f407

@ -19,7 +19,7 @@ DOCUMENTATION = '''
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.
- creates VM instances via vagrant and optionally waits for it to be 'running'.
version_added: "1.1"
options:
state:
@ -68,7 +68,7 @@ options:
examples:
- code: 'local_action: vagrant cmd=up box_name=lucid32 vm_name=webserver'
description:
requirements: [ "vagrant" ]
requirements: [ "vagrant", "python-vagrant" ]
author: Rob Parrott
'''

Loading…
Cancel
Save