mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
committed by
Sandra McCann
parent
3b27b29994
commit
470dd9a0b2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user