mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
update git.py (#51017)
* update git.py clone option description was wrong +label: docsite_pr * Update lib/ansible/modules/source_control/git.py Co-Authored-By: ahadel <ah.adel2@gmail.com>
This commit is contained in:
parent
3b27b29994
commit
470dd9a0b2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ options:
|
|||
version_added: "1.2"
|
||||
clone:
|
||||
description:
|
||||
- If C(no), do not clone the repository if it does not exist locally
|
||||
- If C(no), do not clone the repository even if it does not exist locally
|
||||
type: bool
|
||||
default: 'yes'
|
||||
version_added: "1.9"
|
||||
|
|
Loading…
Reference in a new issue