feat: restructure CIFS configuration and include golink service tasks in Ansible playbook
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:
@@ -3,3 +3,7 @@
|
||||
- name: Include duplicati tasks
|
||||
ansible.builtin.include_tasks: duplicati/duplicati.yml
|
||||
when: duplicati_enabled|bool
|
||||
|
||||
- name: Include golink tasks
|
||||
ansible.builtin.include_tasks: golink/golink.yml
|
||||
when: golink_enabled|bool
|
||||
|
Reference in New Issue
Block a user