Update file main.yml
This commit is contained in:
parent
6fbf6d0ee2
commit
bd93b3105f
7
roles/grafana/handlers/main.yml
Normal file
7
roles/grafana/handlers/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: restart vmagent
|
||||
docker_compose:
|
||||
project_src: "{{ grafana_base_dir }}"
|
||||
state: restarted
|
||||
services: vmagent
|
||||
become: yes
|
||||
Loading…
Reference in New Issue
Block a user