fix: fixes for problems encountered during deployment

This commit is contained in:
Twirre Meulenbelt
2026-04-22 18:29:36 +02:00
parent 4aa98b5514
commit d8f4307969
7 changed files with 131 additions and 123 deletions

View File

@@ -52,10 +52,6 @@
- role: mailserver
when: mailserver_enabled | bool
- role: bun_app
loop: "{{ bun_apps }}"
loop_control:
loop_var: bun_app
label: "{{ bun_app.name }}"
when: bun_enabled | bool
- role: nginx
when: nginx_enabled | bool