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 }}"