1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Document the 'remote' argument for the git module.

This commit is contained in:
Lorin Hochstein 2012-07-26 08:53:05 -04:00
parent def22a9cf0
commit 769ea7aefc

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