Document the 'remote' argument for the git module.

pull/1256/head
Lorin Hochstein 12 years ago
parent def22a9cf0
commit 769ea7aefc

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

Loading…
Cancel
Save