feat: remove Duplicati tasks from service deployment configuration
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
Menno van Leeuwen 2025-03-11 19:41:19 +01:00
parent 3f9ec7c6c2
commit 80c675b14c
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -1,9 +1,5 @@
- name: Deploy docker services - name: Deploy docker services
block: block:
- name: Include duplicati tasks
ansible.builtin.include_tasks: duplicati/duplicati.yml
when: duplicati_enabled|bool
- name: Include golink tasks - name: Include golink tasks
ansible.builtin.include_tasks: golink/golink.yml ansible.builtin.include_tasks: golink/golink.yml
when: golink_enabled|bool when: golink_enabled|bool