10 lines
198 B
YAML
10 lines
198 B
YAML
---
|
|
- name: Restart blackbox-exporter
|
|
systemd:
|
|
name: prometheus-blackbox-exporter.service
|
|
state: restarted
|
|
|
|
- name: Restart prometheus
|
|
systemd:
|
|
name: prometheus
|
|
state: restarted
|