munin-node: Add OpenBSD support

This commit is contained in:
Timo Makinen 2021-03-18 23:20:50 +00:00
parent b287591b32
commit 2f72664231
5 changed files with 18 additions and 4 deletions

View file

@ -1,5 +1,5 @@
---
- name: restart munin-node
service:
name: munin-node
name: "{{ munin_node_service }}"
state: restarted