digitalboard.core/roles/homarr/handlers/main.yml

8 lines
No EOL
196 B
YAML

#SPDX-License-Identifier: MIT-0
---
# handlers file for homarr
- name: restart homarr
community.docker.docker_compose_v2:
project_src: "{{ homarr_docker_compose_dir }}"
state: restarted