From 617eed6556b47c4eab4be2c308eecfb7e3e556cf Mon Sep 17 00:00:00 2001 From: CptLausebaer Date: Tue, 21 Oct 2014 18:51:13 +0200 Subject: [PATCH] correct requirement of parameter dest The parameter "dest:" is required, but it is documented as "required: false". --- source_control/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_control/git.py b/source_control/git.py index a5d94e3dbbe..5ef10b440b0 100644 --- a/source_control/git.py +++ b/source_control/git.py @@ -33,7 +33,7 @@ options: description: - git, SSH, or HTTP protocol address of the git repository. dest: - required: false + required: true description: - Absolute path of where the repository should be checked out to. This parameter is required, unless C(update) is set to C(no)