feat: enable Hoarder service in Ansible server configuration
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
- name: Include golink tasks
|
||||
ansible.builtin.include_tasks: golink/golink.yml
|
||||
when: golink_enabled|bool
|
||||
- name: Include hoarder tasks
|
||||
ansible.builtin.include_tasks: hoarder/hoarder.yml
|
||||
when: hoarder_enabled|bool
|
||||
|
Reference in New Issue
Block a user