This commit is contained in:
decentral1se
2022-05-30 17:00:00 +02:00
commit bf5b28933c
9 changed files with 147 additions and 0 deletions

5
handlers/main.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: Restart netdata
service:
name: netdata
state: restarted