summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2014-12-17 13:46:14 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2014-12-17 13:46:14 -0800
commit64c256b3567c3b331cf2445bcc09514117090d5a (patch)
tree185d26671067f9f69e2137295226b618aab79baa
parent2664de55fb7bd36459575acd62762d3ae4155ea7 (diff)
downloadansible-64c256b3567c3b331cf2445bcc09514117090d5a.tar.gz
git module now with clone parameter and update=no reverted
m---------lib/ansible/modules/core12
-rw-r--r--test/integration/roles/test_git/tasks/main.yml1
2 files changed, 6 insertions, 7 deletions
diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
-Subproject 9c6826e9286f2e683c583ff11ccd562bfb5eed8
+Subproject dfe7f6c6d631d665232f1f033eba2e2fe554236
diff --git a/test/integration/roles/test_git/tasks/main.yml b/test/integration/roles/test_git/tasks/main.yml
index cbdd8f9556..7e67c82882 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