pez-infra/ansible/roles/prometheus/handlers/main.yml
Rasmus "Pez" Wejlgaard af2f462c1c
Some checks are pending
Deploy (on merge) / Deploy (push) Waiting to run
Terraform / Plan (push) Waiting to run
Terraform / Apply (push) Blocked by required conditions
fix: prometheus retention and authelia fix (#73)
* fix: prometheus retention time

* also fix bug with authelia

* linting issues

* more linting
2026-04-25 21:35:39 +01:00

5 lines
100 B
YAML

---
- name: Restart prometheus
ansible.builtin.service:
name: prometheus
state: restarted