3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-02-28 09:53:09 +00:00

Upgrade Valkey (v9.0.2-0 → v9.0.2-1)

Use `valkey_restart_necessary`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
This commit is contained in:
Suguru Hirahara
2026-02-19 00:36:38 +09:00
committed by Slavi Pantaleev
parent 3651a07f88
commit 5ee0b4f168
2 changed files with 2 additions and 2 deletions

View File

@@ -769,7 +769,7 @@ devture_systemd_service_manager_services_list_auto: |
([{
'name': (valkey_identifier + '.service'),
'priority': 750,
'restart_necessary': true,
'restart_necessary': (valkey_restart_necessary | bool),
'groups': ['matrix', 'valkey'],
}] if valkey_enabled else [])
+

View File

@@ -90,5 +90,5 @@
version: v2.10.0-5
name: traefik_certs_dumper
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-valkey.git
version: v9.0.2-0
version: v9.0.2-1
name: valkey