change netdata service to be restarted just in case its already installed

This commit is contained in:
staticsafe 2019-03-19 11:40:44 -04:00
parent f391e7f3a0
commit c2becab877
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@
- name: Start netdata service and ensure it starts on boot
systemd:
name: netdata
state: started
state: restarted
enabled: yes