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

Update Prometheus (v3.9.1-0 → v3.9.1-1)

Use `prometheus_restart_necessary`

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

View File

@@ -741,7 +741,7 @@ devture_systemd_service_manager_services_list_auto: |
([{ ([{
'name': (prometheus_identifier + '.service'), 'name': (prometheus_identifier + '.service'),
'priority': 4000, 'priority': 4000,
'restart_necessary': true, 'restart_necessary': (prometheus_restart_necessary | bool),
'groups': ['matrix', 'monitoring', 'prometheus'], 'groups': ['matrix', 'monitoring', 'prometheus'],
}] if prometheus_enabled else []) }] if prometheus_enabled else [])
+ +

View File

@@ -63,7 +63,7 @@
version: v18-0 version: v18-0
name: postgres_backup name: postgres_backup
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git
version: v3.9.1-0 version: v3.9.1-1
name: prometheus name: prometheus
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-nginxlog-exporter.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-nginxlog-exporter.git
version: v1.10.0-0 version: v1.10.0-0