From e4e3d1ca29d0fd36ba2378163d8f1b6df4ce1b03 Mon Sep 17 00:00:00 2001 From: arnaud Date: Tue, 2 Jan 2024 13:40:44 +0000 Subject: [PATCH] Update 'userdata/isen-postinstall.sh' --- userdata/isen-postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdata/isen-postinstall.sh b/userdata/isen-postinstall.sh index 6af57c0..5be3a7d 100644 --- a/userdata/isen-postinstall.sh +++ b/userdata/isen-postinstall.sh @@ -69,7 +69,7 @@ apt-get install -y docker-ce docker-ce-cli containerd.io title.print "Clone ansible-training" cd /root/ -git clone https://github.com/arnaudmorin/trainings.git +git clone https://git.arnaudmorin.fr/arnaud/trainings.git title.print "Building docker image 'demo'"