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,7 +3,7 @@
block:
- name: Set GoLink directories
ansible.builtin.set_fact:
golink_data_dir: "/mnt/services/golink"
golink_data_dir: "/mnt/object_storage/services/golink"
golink_service_dir: "{{ ansible_env.HOME }}/services/golink"
- name: Create GoLink directories