1
0
Fork 0
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:
Ahmed Hussein 2019-01-29 19:34:38 +01:00 committed by Sandra McCann
parent 3b27b29994
commit 470dd9a0b2

View file

@ -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"