1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 11:56:59 +02:00
ansible-collection-prometheus/roles/ipmi_exporter/handlers/main.yml
2023-02-14 02:26:13 +01:00

6 lines
129 B
YAML

---
- name: restart prometheus-ipmi-exporter
ansible.builtin.service:
name: prometheus-ipmi-exporter
state: restarted