add loki role
This commit is contained in:
6
roles/loki/handlers/main.yaml
Normal file
6
roles/loki/handlers/main.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: restart loki
|
||||
systemd:
|
||||
name: loki.service
|
||||
daemon_reload: true
|
||||
state: restarted
|
Reference in New Issue
Block a user