Update file main.yml

This commit is contained in:
Administrator 2025-11-20 06:00:38 +00:00
parent 6fbf6d0ee2
commit bd93b3105f

View File

@ -0,0 +1,7 @@
---
- name: restart vmagent
docker_compose:
project_src: "{{ grafana_base_dir }}"
state: restarted
services: vmagent
become: yes