1.6.0 Release paperless-ngx

This commit is contained in:
2026-03-24 21:55:04 +09:00
parent 95eff329b6
commit 5f063d82d5
12 changed files with 319 additions and 3 deletions

View File

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