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:
parent
def22a9cf0
commit
769ea7aefc
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue