Skip to content
Snippets Groups Projects
Commit d7fc7583 authored by jurgenhaas's avatar jurgenhaas
Browse files

Restart netdata when codebase has changed

parent 8aefc875
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,8 @@
service:
name='netdata'
state='started'
- name: "Re-start NetData"
service:
name='netdata'
state='restarted'
......@@ -33,6 +33,7 @@
force: yes
notify:
- "Install and configure NetData"
- "Re-start NetData"
- name: "Install startup script"
template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment