pez-infra/ansible/roles/loki/handlers/main.yml
Rasmus "Pez" Wejlgaard 5391c500e1
Some checks are pending
Deploy (on merge) / Discover hosts (push) Waiting to run
Deploy (on merge) / Deploy → (push) Blocked by required conditions
fix: loki & alloy (#83)
* fix: loki & alloy

* fix linting
2026-04-28 16:40:45 +01:00

5 lines
88 B
YAML

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