From 88ccfc219a9f1612ed011ef452ed4e679248ad5f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 9 Dec 2014 09:02:05 -0800 Subject: [PATCH] Change git update param documentation to match reality --- 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 297ae69ba74..72f56a2fd8c 100644 --- a/lib/ansible/modules/source_control/git.py +++ b/lib/ansible/modules/source_control/git.py @@ -103,7 +103,7 @@ options: choices: [ "yes", "no" ] version_added: "1.2" description: - - If C(no), just returns information about the repository without updating. + - If C(no), do not retrieve new revisions from the origin repository executable: required: false default: null