roles/munin: Use systemd module instead of service

All hosts are running systemd.
This commit is contained in:
2020-07-14 09:47:02 +03:00
parent dbb4dd7098
commit f5b6fa74c6

View File

@ -20,6 +20,6 @@
- restart 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: