feat(homarr): use handler for restart, validate encryption key

This commit is contained in:
Tobias Wüst 2026-05-12 23:16:28 +02:00
parent bdb1b03a18
commit 123769a4f4
Signed by: Tobias-Wuest
GPG key ID: 2D8992B0F4CA97E8

View file

@ -1,3 +1,8 @@
#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