fix: update service data directories to use object storage path
Some checks are pending
Ansible Lint Check / check-ansible (push) Waiting to run
Nix Format Check / check-format (push) Waiting to run
Python Lint Check / check-python (push) Waiting to run

This commit is contained in:
2025-03-13 23:42:14 +01:00
parent 1bed32f76e
commit 9ec9bf0f7f
8 changed files with 12 additions and 13 deletions

View File

@@ -3,8 +3,8 @@
block:
- name: Set Immich directories
ansible.builtin.set_fact:
immich_data_dir: "/mnt/photos/immich-library"
immich_database_dir: "/mnt/services/immich/postgres"
immich_data_dir: "/mnt/object_storage/photos/immich-library"
immich_database_dir: "/mnt/object_storage/services/immich/postgres"
immich_service_dir: "{{ ansible_env.HOME }}/services/immich"
- name: Create Immich directories