ansible/roles/prometheus-blackbox-exporter/handlers/main.yml

6 lines
117 B
YAML
Raw Normal View History

2021-10-07 22:53:28 +02:00
---
- name: Restart blackbox-exporter
systemd:
name: prometheus-blackbox-exporter.service
state: restarted