From 123769a4f4d03f7f2bf18861f1a1bb8cfa868b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20W=C3=BCst?= Date: Tue, 12 May 2026 23:16:28 +0200 Subject: [PATCH] feat(homarr): use handler for restart, validate encryption key --- roles/homarr/handlers/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/homarr/handlers/main.yml b/roles/homarr/handlers/main.yml index 56f5283..dedb949 100644 --- a/roles/homarr/handlers/main.yml +++ b/roles/homarr/handlers/main.yml @@ -1,3 +1,8 @@ #SPDX-License-Identifier: MIT-0 --- -# handlers file for homarr \ No newline at end of file +# handlers file for homarr + +- name: restart homarr + community.docker.docker_compose_v2: + project_src: "{{ homarr_docker_compose_dir }}" + state: restarted \ No newline at end of file