build: update BEC URL to pull from github

This commit is contained in:
2025-05-23 09:56:08 +02:00
parent 0bd0beed3f
commit 9d3dd60dd7
+1 -1
View File
@@ -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 }}"