From 8af70de1fc4f88a10b4a6048832a8039335cb72b Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 17 Dec 2014 13:45:01 -0800 Subject: [PATCH] Probably would make clone a 1.9 feature rather than 1.8.3 --- 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 d6d4b58f84e..3b627b2594e 100644 --- a/lib/ansible/modules/source_control/git.py +++ b/lib/ansible/modules/source_control/git.py @@ -101,7 +101,7 @@ options: required: false default: "yes" choices: [ "yes", "no" ] - version_added: "1.8.3" + version_added: "1.9" description: - If C(no), do not clone the repository if it does not exist locally update: