ansible-ffrgb/roles/prometheus/handlers/main.yml
Jan-Jonas Sämann 33d86b9ebb Add role common-handlers fixes linter E303
Commonly used handlers can be loaded by dependency. This also replaces
systemctl daemon-reload invocation by its ansible module equivalent.
2020-06-20 21:44:09 +02:00

8 lines
172 B
YAML

---
- name: Restart prometheus
service: name=prometheus state=restarted
- name: Restart prometheus-pve-exporter
service: name=prometheus-pve-exporter state=restarted