forked from FF-RGB/ansible
Jan-Jonas Sämann
33d86b9ebb
Commonly used handlers can be loaded by dependency. This also replaces systemctl daemon-reload invocation by its ansible module equivalent.
8 lines
172 B
YAML
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
|