1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/prometheus/handlers/main.yml
Kristian Klausen 12fbdc5401
prometheus: Fix "cli configuration" changes not taking effect automatically
Fixes: bd19c007 ("Add configuration to retain prometheus data for 1 year")
2024-12-22 14:29:56 +01:00

6 lines
139 B
YAML

- name: Reload prometheus
service: name=prometheus state=reloaded
- name: Restart prometheus
service: name=prometheus state=restarted