feat: add Caddy service configuration and enable for hoarder service
Some checks failed
Nix Format Check / check-format (push) Failing after 40s
Some checks failed
Nix Format Check / check-format (push) Failing after 40s
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
- name: Deploy docker services
|
||||
block:
|
||||
- name: Include caddy tasks
|
||||
ansible.builtin.include_tasks: caddy/caddy.yml
|
||||
when: caddy_enabled|bool
|
||||
- name: Include golink tasks
|
||||
ansible.builtin.include_tasks: golink/golink.yml
|
||||
when: golink_enabled|bool
|
||||
|
||||
Reference in New Issue
Block a user