1.5.0 Release actual budget

This commit is contained in:
2026-03-21 19:27:05 +09:00
parent fc3b5a1e05
commit 8bff16d172
10 changed files with 158 additions and 2 deletions

View File

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