From 9d3dd60dd7cc28957a2fd0413b4f1e62c110b012 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 23 May 2025 09:56:08 +0200 Subject: [PATCH] build: update BEC 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 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 }}"