From aa5cb18a2cdc0d4a436e0e68b9c4b63e46c45e5e Mon Sep 17 00:00:00 2001
From: "gioacchino.vino" <gioacchino.vino@infn.it>
Date: Mon, 25 Sep 2023 13:11:21 +0200
Subject: [PATCH] Forced test roles download

---
 tests/test-k8s-cluster.yml | 2 +-
 tests/test-simple-node.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test-k8s-cluster.yml b/tests/test-k8s-cluster.yml
index 3a3ac10..e2579d8 100644
--- a/tests/test-k8s-cluster.yml
+++ b/tests/test-k8s-cluster.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:
diff --git a/tests/test-simple-node.yml b/tests/test-simple-node.yml
index 1d3fe76..86a39c0 100644
--- a/tests/test-simple-node.yml
+++ b/tests/test-simple-node.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