diff --git a/tasks/1-create-deployment.yml b/tasks/1-create-deployment.yml index ccdf275623ec10615c710db1de217dd9b2edf755..57c2d303c1eac26295e888016af7f16e8d883766 100644 --- a/tasks/1-create-deployment.yml +++ b/tasks/1-create-deployment.yml @@ -33,7 +33,7 @@ - debug: var: deployment -- name: Sleep for 300 seconds and timeout +- name: Sleep for 5 mins and timeout wait_for: delay: 300 timeout: 0 diff --git a/tests/test-jupyter-vm.yml b/tests/test-jupyter-vm.yml index 233116d340b0cdc9eda03bdc65a790c23541c4a7..f4874af57ba5ee4fced4eb222c3c157d96996cfe 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: 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: