From c9f268ac48a0c90a7d3b40fb58cbb5e74f4e01a1 Mon Sep 17 00:00:00 2001 From: Stoned Elipot Date: Fri, 24 May 2013 01:33:47 +0200 Subject: [PATCH] Fix typo in git module documentation preventing it to be processed by ansible-doc --- library/source_control/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/source_control/git b/library/source_control/git index af58528d79a..1b4b7335053 100644 --- a/library/source_control/git +++ b/library/source_control/git @@ -73,7 +73,7 @@ options: - If C(yes), repository will be updated using the supplied remote. Otherwise the repo will be left untouched. 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" description: Example git checkout from Ansible Playbooks - code: "git: repo=ssh://git@github.com/mylogin/hello.git dest=/home/mylogin/hello"