From 2b7ee0ea02f62d178273aed63f267ab6637804cc Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 12 May 2025 14:38:56 +0200 Subject: [PATCH] build: update BEC Widgets URL to pull from github --- tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yaml b/tasks/main.yaml index 6aa2184..7502c8a 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -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 }}"