Commit 769ea7ae by Lorin Hochstein

Document the 'remote' argument for the git module.

parent def22a9c
...@@ -304,6 +304,10 @@ Deploys software (or files) from git checkouts. ...@@ -304,6 +304,10 @@ Deploys software (or files) from git checkouts.
* What version to check out -- either the git SHA, the literal string * What version to check out -- either the git SHA, the literal string
``HEAD``, branch name, or a tag name. ``HEAD``, branch name, or a tag name.
*remote*:
* Name of the remote branch, defaults to 'origin'.
Example action from Ansible :doc:`playbooks`:: Example action from Ansible :doc:`playbooks`::
git repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout version=release-0.22 git repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout version=release-0.22
......
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