Solved svc-opt-ssd-hdd path bug

This commit is contained in:
2025-08-19 21:50:55 +02:00
parent 95aba805c0
commit 838a8fc7a1
7 changed files with 21 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
application_id: svc-opt-ssd-hdd
system_service_id: "{{ application_id }}"
system_service_id: "{{ application_id }}"
OPT_DRIVE_RAPID_STORAGE_PATH: "{{ applications | get_app_conf(application_id, 'volumes.rapid_storage') }}"
OPT_DRIVE_MASS_STORAGE_PATH: "{{ applications | get_app_conf(application_id, 'volumes.mass_storage') }}"