git - clarify behavior of dest parameter (#71950)
This commit is contained in:
parent
0e480d38dd
commit
d051e66b13
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ options:
|
|||
dest:
|
||||
description:
|
||||
- The path of where the repository should be checked out. This
|
||||
is equivalent to C(git clone [repo_url] [directory]). The repository
|
||||
named in C(repo) is not appended to this path and the destination directory must be empty. This
|
||||
parameter is required, unless C(clone) is set to C(no).
|
||||
type: path
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue