From 470dd9a0b26afdd04f72be0abafc7517001eb465 Mon Sep 17 00:00:00 2001 From: Ahmed Hussein Date: Tue, 29 Jan 2019 19:34:38 +0100 Subject: [PATCH] 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 --- lib/ansible/modules/source_control/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/source_control/git.py b/lib/ansible/modules/source_control/git.py index 37cb80c8315..e40c2bf10a1 100644 --- a/lib/ansible/modules/source_control/git.py +++ b/lib/ansible/modules/source_control/git.py @@ -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"