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:
@@ -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 [])
|
||||
+
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
version: v4.98.1-r0-2-3
|
||||
name: exim_relay
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-grafana.git
|
||||
version: v11.6.5-6
|
||||
version: v11.6.5-7
|
||||
name: grafana
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-hydrogen.git
|
||||
version: v0.5.1-1
|
||||
|
||||
Reference in New Issue
Block a user