adding git+ssh uri scheme (#36025)

* incorporates git+ssh into existing example
pull/45787/head
Veaceslav Mindru 6 years ago committed by Alicia Cozine
parent 83db157c35
commit 84a4257774

@ -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

Loading…
Cancel
Save