Fix: oops srv everywhere
This commit is contained in:
parent
11b27cf4a2
commit
aa4189f415
1 changed files with 1 additions and 1 deletions
|
@ -54,5 +54,5 @@
|
||||||
O2M_JOBS_TIMER: "{{ o2m_timer }}"
|
O2M_JOBS_TIMER: "{{ o2m_timer }}"
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ o2m_base }}/{{ o2m_name }}/dets:/opt/o2m/dets"
|
- "{{ o2m_base }}/{{ o2m_name }}/dets:/srv/o2m/dets"
|
||||||
when: not o2m_blind_test
|
when: not o2m_blind_test
|
||||||
|
|
Loading…
Reference in a new issue