From 446b2bbecbcfc9b0dd2d17d38f3e075132cbb491 Mon Sep 17 00:00:00 2001 From: Pierre Kunzli <pierre.kuenzli@unige.ch> Date: Wed, 14 Aug 2024 10:01:17 +0000 Subject: [PATCH] fix branch name in ansible vars --- ansible/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index 60f0f4f..cf3a459 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -1,3 +1,3 @@ git_repo: "https://gitedu.hesge.ch/pierre.kunzli/bootiful.git" -git_branch: ansible +git_branch: nvme git_clone_dest: bootiful -- GitLab