1.9.0 Release affine

This commit is contained in:
2026-04-06 23:33:44 +09:00
parent 8c3fe409ae
commit 664cf2956d
12 changed files with 414 additions and 4 deletions

View File

@@ -87,3 +87,15 @@
changed_when: false
listen: "notification_restart_opencloud"
ignore_errors: true # noqa: ignore-errors
- name: Restart affine
ansible.builtin.systemd:
name: "affine.service"
state: "restarted"
enabled: true
daemon_reload: true
scope: "user"
when: is_affine_init.stat.exists
changed_when: false
listen: "notification_restart_affine"
ignore_errors: true # noqa: ignore-errors