From 72dfc1ef07dea571152231b99e89b174eaebe2e6 Mon Sep 17 00:00:00 2001 From: "martin.fencl" Date: Fri, 10 Jul 2026 10:14:29 +0200 Subject: [PATCH] fix: add become directive to ensure remote compose directory is removed --- update_immich.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/update_immich.yml b/update_immich.yml index 05e099a..dcf7984 100644 --- a/update_immich.yml +++ b/update_immich.yml @@ -63,6 +63,7 @@ ansible.builtin.file: path: "{{ compose_remote_dir }}" state: absent + become: true - name: Ensure remote compose directory exists ansible.builtin.file: