feat: upgrade immich to release
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m58s

This commit is contained in:
2025-08-06 01:36:54 +02:00
parent 44aba5dd18
commit 56ead186cd
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,6 @@
ansible.builtin.stat:
path: "$HOME/{{ app }}"
register: project
- name: Docker compose down
when: project.stat.exists
community.docker.docker_compose_v2: