1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

correct requirement of parameter dest

The parameter "dest:" is required, but it is documented as "required: false".
This commit is contained in:
CptLausebaer 2014-10-21 18:51:13 +02:00 committed by Matt Clay
parent bcc058249c
commit a572f85d43

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)