feat(collabora): release collabora

deployment note:
- link to nextcloud
- document opening is verified (including korean fonts)
This commit is contained in:
il
2026-05-05 21:20:31 +09:00
parent 6ca4f61d50
commit 6fcedd9162
9 changed files with 112 additions and 1 deletions
+11
View File
@@ -111,3 +111,14 @@
changed_when: false
listen: "notification_restart_nextcloud"
ignore_errors: true # noqa: ignore-errors
- name: Restart collabora
ansible.builtin.systemd:
name: "collabora.service"
state: "restarted"
enabled: true
scope: "user"
daemon_reload: true
changed_when: false
listen: "notification_restart_collabora"
ignore_errors: true # noqa: ignore-errors