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
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user