roles/munin: Use systemd module instead of service
All hosts are running systemd.
This commit is contained in:
parent
dbb4dd7098
commit
f5b6fa74c6
@ -20,6 +20,6 @@
|
|||||||
- restart munin-node
|
- restart munin-node
|
||||||
|
|
||||||
- name: Start munin-node
|
- name: Start munin-node
|
||||||
service: name=munin-node state=started enabled=true
|
systemd: name=munin-node state=started enabled=true
|
||||||
|
|
||||||
# vim: set ts=2 sw=2:
|
# vim: set ts=2 sw=2:
|
||||||
|
Loading…
Reference in New Issue
Block a user