From 43464d96616df0cb8992060acac5197aa9678881 Mon Sep 17 00:00:00 2001 From: Thomas Weber <thomas.weber@wu.ac.at> Date: Wed, 25 Aug 2021 14:35:26 +0200 Subject: [PATCH] add "git+" to galaxy install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f2f50..99aca55 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This collection contains roles for setup of a Kubernetes cluster with OpenStack ## Install ``` -ansible-galaxy collection install ssh://git@gitlab.tuwien.ac.at:822/ADLS/infrastructure/adls.osrancher.git +ansible-galaxy collection install git+ssh://git@gitlab.tuwien.ac.at:822/ADLS/infrastructure/adls.osrancher.git ``` ## Usage -- GitLab