From 13958009f1323673410c3342886516e45eee610d Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <christian.elberfeld@adesso.de> Date: Sun, 2 Dec 2018 21:14:28 +0100 Subject: [PATCH] changed submodule to local repo --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 09d3e023..4a7758f3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "functions"] path = functions - url = https://github.com/elberfeld/ansible-functions.git + url = ssh://git@gitlab.warpzone.ms:444/infrastruktur/ansible-functions.git -- GitLab