diff --git a/tasks/main.yaml b/tasks/main.yaml index 7502c8a..fc0c5ed 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -32,7 +32,7 @@ - name: Clone BEC repository become_user: "{{ bec_user }}" ansible.builtin.git: - repo: https://gitlab.psi.ch/bec/bec.git + repo: https://github.com/bec-project/bec.git dest: "{{ bec_path }}/bec" version: "{{ bec_version }}"