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

adding git+ssh uri scheme (#36025)

* incorporates git+ssh into existing example
This commit is contained in:
Veaceslav Mindru 2018-09-18 00:33:56 +02:00 committed by Alicia Cozine
parent 83db157c35
commit 84a4257774

View file

@ -131,7 +131,7 @@ Use the following example as a guide for specifying roles in *requirements.yml*:
- src: https://bitbucket.org/willthames/hg-ansible-galaxy
scm: hg
# from GitLab or other git-based scm
# from GitLab or other git-based scm, using git+ssh
- src: git@gitlab.company.com:mygroup/ansible-base.git
scm: git
version: "0.1" # quoted, so YAML doesn't parse this as a floating-point value