node_exporter: Add OpenBSD support
This commit is contained in:
parent
3d0cf42e8e
commit
9025755695
2 changed files with 18 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: Restart node_exporter
|
||||
ansible.builtin.service:
|
||||
name: prometheus-node-exporter
|
||||
name: "{{ node_exporter_package }}"
|
||||
state: restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue