roles/munin: Use systemd module instead of service

All hosts are running systemd.
This commit is contained in:
Alan Orth 2020-07-14 09:47:02 +03:00
parent dbb4dd7098
commit f5b6fa74c6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

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: