Commit 81d426de by Michael DeHaan

Merge pull request #2066 from lorin/git-example

Add example of read-write git checkout via ssh
parents 7e2999ed 321175cd
......@@ -59,6 +59,8 @@ options:
examples:
- code: "git: repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout version=release-0.22"
description: Example git checkout from Ansible Playbooks
- code: "git: repo=ssh://git@github.com/mylogin/hello.git dest=/home/mylogin/hello"
description: Example read-write git checkout from github
'''
import re
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment