From 84ae1d52fa51f99d320d91d175f22ed6795d70a3 Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Tue, 5 Mar 2024 09:34:31 +0530 Subject: [PATCH] Fix release issue --- docker/templates/base/latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/templates/base/latest/Dockerfile b/docker/templates/base/latest/Dockerfile index 0c47c5aa..f42ad453 100644 --- a/docker/templates/base/latest/Dockerfile +++ b/docker/templates/base/latest/Dockerfile @@ -58,7 +58,7 @@ WORKDIR $TOMCAT_HOME # Install ansible roles dependencies ARG KILLBILL_CLOUD_VERSION RUN ansible-galaxy collection install community.general && \ - ansible-galaxy install git+ssh://git@github.com/killbill/killbill-cloud.git,$KILLBILL_CLOUD_VERSION + ansible-galaxy install git+https://git@github.com/killbill/killbill-cloud.git,$KILLBILL_CLOUD_VERSION ENV KILLBILL_CLOUD_ANSIBLE_ROLES=$TOMCAT_HOME/.ansible/roles/killbill-cloud/ansible ENV ENV_HOST_IP=localhost ENV ANSIBLE_OPTS="-i localhost, \