diff --git a/tests/test-k8s-cluster.yml b/tests/test-k8s-cluster.yml index 3a3ac106b7d7b173357c154fc9fe627a1b2ce5b9..e2579d80136e9cb33c42039b6b5d75507d1c7d44 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 1d3fe76b6218dccead6b508baa9ebc44dabf43cd..86a39c075b187d392f0c88e57cd017bcc3cfcb6e 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: