feat: update service directory tasks to set directories instead of separate data and service directory facts
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-03-11 23:43:08 +01:00
parent 8e1b3cdf8a
commit 7a5814d115
3 changed files with 3 additions and 12 deletions

View File

@@ -1,11 +1,8 @@
- name: Deploy GoLink service
block:
- name: Set GoLink data directory
- name: Set GoLink directories
ansible.builtin.set_fact:
golink_data_dir: "/mnt/storage-box/services/golink"
- name: Set GoLink service directory
ansible.builtin.set_fact:
golink_service_dir: "{{ ansible_env.HOME }}/services/golink"
- name: Create GoLink directories