feat: update Duplicati and GoLink service tasks to improve directory paths and service start commands
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
2025-03-11 19:27:18 +01:00
parent edad7cd8d0
commit a4cc7bb99e
3 changed files with 6 additions and 6 deletions

View File

@@ -24,6 +24,6 @@
mode: "0644"
register: golink_compose
- name: Restart GoLink service
ansible.builtin.command: docker compose -f "{{ golink_service_dir }}/docker-compose.yml" restart
- name: Start GoLink service
ansible.builtin.command: docker compose -f "{{ golink_service_dir }}/docker-compose.yml" up -d
when: golink_compose.changed