Merge pull request #404 from lorin/git-ssh

git doc: don't prepend ssh:// for ssh repo
This commit is contained in:
Toshio Kuratomi 2014-12-08 16:30:03 -08:00
commit 106d390bfc

View file

@ -155,7 +155,7 @@ EXAMPLES = '''
version=release-0.22
# Example read-write git checkout from github
- git: repo=ssh://git@github.com/mylogin/hello.git dest=/home/mylogin/hello
- git: repo=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