From fc15177e6ec96a0722540ff4a8d1fd2102a8b934 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 8 Dec 2014 16:48:53 -0800 Subject: [PATCH] Revert git module doc update because it appears ssh:// works and bare ssh repo does not This reverts commit e715909831e27cbfed2ae86e886bf154cefd7b6c. --- 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 d896973d18a..ce81088057e 100644 --- a/lib/ansible/modules/source_control/git.py +++ b/lib/ansible/modules/source_control/git.py @@ -155,7 +155,7 @@ EXAMPLES = ''' version=release-0.22 # Example read-write git checkout from github -- git: repo=git@github.com/mylogin/hello.git dest=/home/mylogin/hello +- git: repo=ssh://git@github.com/mylogin/hello.git dest=/home/mylogin/hello # Example just ensuring the repo checkout exists - git: repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout update=no