node_exporter: Add OpenBSD support

This commit is contained in:
Timo Makinen 2023-08-20 14:32:15 +00:00
parent 3d0cf42e8e
commit 9025755695
2 changed files with 18 additions and 5 deletions

View file

@ -1,5 +1,5 @@
---
- name: Restart node_exporter
ansible.builtin.service:
name: prometheus-node-exporter
name: "{{ node_exporter_package }}"
state: restarted