correct requirement of parameter dest
The parameter "dest:" is required, but it is documented as "required: false".
This commit is contained in:
parent
88b73afcbe
commit
617eed6556
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue