correct requirement of parameter dest

The parameter "dest:" is required, but it is documented as "required: false".
pull/18777/head
CptLausebaer 10 years ago committed by Matt Clay
parent bcc058249c
commit a572f85d43

@ -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)

Loading…
Cancel
Save