git module now with clone parameter and update=no reverted

This commit is contained in:
Toshio Kuratomi 2014-12-17 13:46:14 -08:00
parent 2664de55fb
commit 64c256b356
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9c6826e9286f2e683c583ff11ccd562bfb5eed8c Subproject commit dfe7f6c6d631d665232f1f033eba2e2fe5542364

View file

@ -146,6 +146,7 @@
git: git:
repo: '{{ repo_format1 }}' repo: '{{ repo_format1 }}'
update: no update: no
clone: no
accept_hostkey: yes accept_hostkey: yes
register: git_result register: git_result