From 321175cdfabba16eb5cbbc3cf8d063b7d5fd3bc0 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Tue, 12 Feb 2013 22:06:08 -0500 Subject: [PATCH] Add example of read-write git checkout via ssh --- library/git | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/git b/library/git index 7c1c5b3f40..aff83e3df8 100644 --- a/library/git +++ b/library/git @@ -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