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:
parent
83db157c35
commit
84a4257774
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue