From 771273626ece32eed8b4bbb77f9ab76c8f9fe97d Mon Sep 17 00:00:00 2001 From: Marica Antonacci <marica.antonacci@ba.infn.it> Date: Thu, 13 Oct 2022 11:20:09 +0200 Subject: [PATCH] Fix role path --- tests/test-jupyter-vm.yml | 2 +- tests/test-simple-node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-jupyter-vm.yml b/tests/test-jupyter-vm.yml index bb346a7..233116d 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/antonacci/paas-ci.git + local_action: command ansible-galaxy install 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 908d5f1..1d3fe76 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/antonacci/paas-ci.git + local_action: command ansible-galaxy install git+https://baltig.infn.it/infn-cloud/paas-ci.git changed_when: false - include_role: -- GitLab