From 769ea7aefccf6e29a28e242f750eeb5f8d4516e1 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Thu, 26 Jul 2012 08:53:05 -0400 Subject: [PATCH] Document the 'remote' argument for the git module. --- rst/modules.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rst/modules.rst b/rst/modules.rst index d796172c30..09c7d87bfa 100644 --- a/rst/modules.rst +++ b/rst/modules.rst @@ -304,6 +304,10 @@ Deploys software (or files) from git checkouts. * What version to check out -- either the git SHA, the literal string ``HEAD``, branch name, or a tag name. +*remote*: + +* Name of the remote branch, defaults to 'origin'. + Example action from Ansible :doc:`playbooks`:: git repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout version=release-0.22