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

Remove branch arg from git docs.

The "branch" arg doesn't work, users should use "version" instead
for specifying branches.
This commit is contained in:
Lorin Hochstein 2012-07-25 17:18:31 -04:00
parent 799fb60051
commit def22a9cf0

View file

@ -302,11 +302,7 @@ Deploys software (or files) from git checkouts.
*version*:
* What version to check out -- either the git SHA, the literal string
``HEAD``, or a tag name.
*branch*:
* (new in 0.4) Which branch name to checkout. Defaults to 'master'.
``HEAD``, branch name, or a tag name.
Example action from Ansible :doc:`playbooks`::