From 64c256b3567c3b331cf2445bcc09514117090d5a Mon Sep 17 00:00:00 2001
From: Toshio Kuratomi <toshio@fedoraproject.org>
Date: Wed, 17 Dec 2014 13:46:14 -0800
Subject: [PATCH] git module now with clone parameter and update=no reverted

---
 lib/ansible/modules/core                       | 2 +-
 test/integration/roles/test_git/tasks/main.yml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
index 9c6826e9286..dfe7f6c6d63 160000
--- a/lib/ansible/modules/core
+++ b/lib/ansible/modules/core
@@ -1 +1 @@
-Subproject commit 9c6826e9286f2e683c583ff11ccd562bfb5eed8c
+Subproject commit dfe7f6c6d631d665232f1f033eba2e2fe5542364
diff --git a/test/integration/roles/test_git/tasks/main.yml b/test/integration/roles/test_git/tasks/main.yml
index cbdd8f9556a..7e67c828823 100644
--- a/test/integration/roles/test_git/tasks/main.yml
+++ b/test/integration/roles/test_git/tasks/main.yml
@@ -146,6 +146,7 @@
   git:
     repo: '{{ repo_format1 }}'
     update: no
+    clone: no
     accept_hostkey: yes
   register: git_result