Merge pull request #208 from CptLausebaer/patch-1

correct requirement of parameter dest
This commit is contained in:
James Cammarata 2014-10-22 00:00:54 -05:00
commit 4d1bd723c8

View file

@ -33,7 +33,7 @@ options:
description: description:
- git, SSH, or HTTP protocol address of the git repository. - git, SSH, or HTTP protocol address of the git repository.
dest: dest:
required: false required: true
description: description:
- Absolute path of where the repository should be checked out to. - Absolute path of where the repository should be checked out to.
This parameter is required, unless C(update) is set to C(no) This parameter is required, unless C(update) is set to C(no)