11 lines
360 B
YAML
11 lines
360 B
YAML
---
|
|
# ------------------------------------------------------------------------------
|
|
# FILE: roles/monitoring/handlers/main.yml
|
|
# ------------------------------------------------------------------------------
|
|
|
|
- name: restart monitoring
|
|
community.docker.docker_compose_v2:
|
|
project_src: "{{ monitoring_base_dir }}"
|
|
state: present
|
|
recreate: always
|