From 44aba5dd18db35607de3802a288365936a782449 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Wed, 6 Aug 2025 01:22:58 +0200 Subject: [PATCH] feat: force deployment of immich --- infra/photos/0003_immich_playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/photos/0003_immich_playbook.yaml b/infra/photos/0003_immich_playbook.yaml index a5d26a6..5a09ef2 100644 --- a/infra/photos/0003_immich_playbook.yaml +++ b/infra/photos/0003_immich_playbook.yaml @@ -11,6 +11,7 @@ ansible.builtin.stat: path: "$HOME/{{ app }}" register: project + - name: Docker compose down when: project.stat.exists community.docker.docker_compose_v2: