mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Updates docs to match module behavior (#26658)
* Updates docs to match module behavior * Updates docs to match module behavior Updated using advice from jimi-c * Removes snippet about git module before v1.8.3 At suggestion of robinro
This commit is contained in:
parent
41ce724801
commit
90a42d1e53
1 changed files with 2 additions and 4 deletions
|
@ -42,10 +42,8 @@ options:
|
|||
dest:
|
||||
required: true
|
||||
description:
|
||||
- Absolute path of where the repository should be checked out to.
|
||||
This parameter is required, unless C(clone) is set to C(no)
|
||||
This change was made in version 1.8.3. Prior to this version,
|
||||
the C(dest) parameter was always required.
|
||||
- The path of where the repository should be checked out. This
|
||||
parameter is required, unless C(clone) is set to C(no).
|
||||
version:
|
||||
required: false
|
||||
default: "HEAD"
|
||||
|
|
Loading…
Reference in a new issue