forked from infra/ansible
11 lines
231 B
YAML
11 lines
231 B
YAML
---
|
|
|
|
- name: Reload systemd
|
|
command: systemctl daemon-reload
|
|
|
|
- name: Restart prometheus
|
|
service: name=prometheus state=restarted
|
|
|
|
- name: Restart prometheus-pve-exporter
|
|
service: name=prometheus-pve-exporter state=restarted
|