From 7cfc8a3a34018d419ebc76cfba0be3d0d883cfa9 Mon Sep 17 00:00:00 2001 From: "gioacchino.vino" <gioacchino.vino@infn.it> Date: Mon, 25 Sep 2023 13:10:33 +0200 Subject: [PATCH] Forced test roles download --- tests/test-jupyter-vm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-jupyter-vm.yml b/tests/test-jupyter-vm.yml index 233116d..f4874af 100644 --- a/tests/test-jupyter-vm.yml +++ b/tests/test-jupyter-vm.yml @@ -4,7 +4,7 @@ remote_user: root tasks: - name: Download paas-ci role - local_action: command ansible-galaxy install git+https://baltig.infn.it/infn-cloud/paas-ci.git + local_action: command ansible-galaxy install --force git+https://baltig.infn.it/infn-cloud/paas-ci.git changed_when: false - include_role: -- GitLab