From 92f9ae6cd7c82bf3f6e2c69b5de6da4319b5efa6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 30 Dec 2020 13:15:42 +0100 Subject: Move gerbolyze, secure-download checkouts into subdirectory --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 866dd3a..56f5f0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "library/ansible-collection"] path = library/inwx-collection url = https://github.com/inwx/ansible-collection +[submodule "checkouts/gerbolyze"] + path = checkouts/gerbolyze + url = https://git.jaseg.de/gerbolyze.git +[submodule "checkouts/secure-download"] + path = checkouts/secure-download + url = https://git.jaseg.de/secure-download.git -- cgit