mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
correct requirement of parameter dest
The parameter "dest:" is required, but it is documented as "required: false".
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user