build: update BEC Widgets URL to pull from github

This commit is contained in:
2025-05-12 14:38:56 +02:00
parent a88bcaa5f1
commit 2b7ee0ea02
+1 -1
View File
@@ -46,7 +46,7 @@
- name: Clone BEC Widgets repository
become_user: "{{ bec_user }}"
ansible.builtin.git:
repo: https://gitlab.psi.ch/bec/bec_widgets.git
repo: https://github.com/bec-project/bec_widgets.git
dest: "{{ bec_path }}/bec_widgets"
version: "{{ bec_widgets_version }}"