Document the 'remote' argument for the git module.

pull/4420/head
Lorin Hochstein 2012-07-26 08:53:05 -04:00
parent def22a9cf0
commit 769ea7aefc
1 changed files with 4 additions and 0 deletions

View File

@ -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