Merge branch 'wakonig_k-main-patch-ac58' into 'main'

fix: pull ophyd devices from github

See merge request psd_deployments/roles/psi.bec!3
This commit is contained in:
2025-05-27 09:33:47 +02:00
+1 -1
View File
@@ -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 }}"