From 84a42577740b14d77e9571dfd242261b91283d94 Mon Sep 17 00:00:00 2001 From: Veaceslav Mindru <mindruv@gmail.com> Date: Tue, 18 Sep 2018 00:33:56 +0200 Subject: [PATCH] adding git+ssh uri scheme (#36025) * incorporates git+ssh into existing example --- docs/docsite/rst/reference_appendices/galaxy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/reference_appendices/galaxy.rst b/docs/docsite/rst/reference_appendices/galaxy.rst index e70c80f468f..f2271a19cca 100644 --- a/docs/docsite/rst/reference_appendices/galaxy.rst +++ b/docs/docsite/rst/reference_appendices/galaxy.rst @@ -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