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

Update Grafana (v11.6.5-6 → v11.6.5-7)

Use `grafana_restart_necessary`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
This commit is contained in:
Suguru Hirahara
2026-02-19 12:47:00 +09:00
parent b528f0e6af
commit 1dfd4dc4ad
2 changed files with 2 additions and 2 deletions

View File

@@ -664,7 +664,7 @@ devture_systemd_service_manager_services_list_auto: |
([{
'name': (grafana_identifier + '.service'),
'priority': 4000,
'restart_necessary': true,
'restart_necessary': (grafana_restart_necessary | bool),
'groups': ['matrix', 'monitoring', 'grafana'],
}] if grafana_enabled else [])
+