mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
adding git+ssh uri scheme (#36025)
* incorporates git+ssh into existing example
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user