From a58d05a92c8753325f760c7140df2fb37bd47978 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 26 May 2025 18:05:06 +0200 Subject: [PATCH] fix: pull ophyd devices from github --- tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yaml b/tasks/main.yaml index fc0c5ed..22f0341 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -39,7 +39,7 @@ - name: Clone Ophyd Devices repository become_user: "{{ bec_user }}" ansible.builtin.git: - repo: https://gitlab.psi.ch/bec/ophyd_devices.git + repo: https://github.com/bec-project/ophyd_devices.git dest: "{{ bec_path }}/ophyd_devices" version: "{{ ophyd_devices_version }}"