From 30b2a0f4078fe64039eadac6906e1f7fa185a8b5 Mon Sep 17 00:00:00 2001 From: mavimo Date: Wed, 3 Apr 2013 21:29:05 +0200 Subject: [PATCH] moved dependencies in the right place --- vagrant | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vagrant b/vagrant index f9781dd2bfa..523cba46d10 100644 --- a/vagrant +++ b/vagrant @@ -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: @@ -62,13 +62,13 @@ options: aliases: [] memory: description: - - memory in MB + - memory in MB required: False - + examples: - code: 'local_action: vagrant cmd=up box_name=lucid32 vm_name=webserver' - description: -requirements: [ "vagrant" ] + description: +requirements: [ "vagrant", "python-vagrant" ] author: Rob Parrott '''