1.7.0: Release vikunja

This commit is contained in:
2026-03-28 10:44:18 +09:00
parent f9179282b8
commit 9137791aac
11 changed files with 251 additions and 2 deletions

View File

@@ -64,3 +64,14 @@
changed_when: false
listen: "notification_restart_paperless"
ignore_errors: true # noqa: ignore-errors
- name: Restart vikunja
ansible.builtin.systemd:
name: "vikunja.service"
state: "restarted"
enabled: true
scope: "user"
daemon_reload: true
changed_when: false
listen: "notification_restart_vikunja"
ignore_errors: true # noqa: ignore-errors