Commit 5c5b2204 by Michael DeHaan

Merge pull request #3007 from stoned/doc-fix-git

Fix typo in git module documentation preventing it to be processed by an...
parents 8f3b2b28 c9f268ac
...@@ -73,7 +73,7 @@ options: ...@@ -73,7 +73,7 @@ options:
- If C(yes), repository will be updated using the supplied - If C(yes), repository will be updated using the supplied
remote. Otherwise the repo will be left untouched. remote. Otherwise the repo will be left untouched.
Prior to 1.2, this was always 'yes' and could not be disabled. Prior to 1.2, this was always 'yes' and could not be disabled.
examples: examples:
- code: "git: repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout version=release-0.22" - 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 description: Example git checkout from Ansible Playbooks
- code: "git: repo=ssh://git@github.com/mylogin/hello.git dest=/home/mylogin/hello" - code: "git: repo=ssh://git@github.com/mylogin/hello.git dest=/home/mylogin/hello"
......
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