feat: force deployment of immich
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m53s

This commit is contained in:
2025-08-06 01:22:58 +02:00
parent 10c5e865b8
commit 44aba5dd18

View File

@@ -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: