From 90c591e389637217e585e4a3d8f7d6914f7ef233 Mon Sep 17 00:00:00 2001 From: "martin.fencl" Date: Tue, 3 Feb 2026 18:04:58 +0100 Subject: [PATCH] edit homarrr --- update_homarr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update_homarr.yml b/update_homarr.yml index c8d4fc3..8004506 100644 --- a/update_homarr.yml +++ b/update_homarr.yml @@ -54,6 +54,7 @@ - name: Pull latest Homarr image community.docker.docker_compose_v2: + project_name: "{{ homarr_project }}" project_src: "{{ compose_remote_dir }}" files: - "{{ homarr_compose_filename }}" @@ -61,6 +62,7 @@ - name: Recreate Homarr service community.docker.docker_compose_v2: + project_name: "{{ homarr_project }}" project_src: "{{ compose_remote_dir }}" files: - "{{ homarr_compose_filename }}"