feat: force deployment of immich
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m53s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m53s
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "$HOME/{{ app }}"
|
path: "$HOME/{{ app }}"
|
||||||
register: project
|
register: project
|
||||||
|
|
||||||
- name: Docker compose down
|
- name: Docker compose down
|
||||||
when: project.stat.exists
|
when: project.stat.exists
|
||||||
community.docker.docker_compose_v2:
|
community.docker.docker_compose_v2:
|
||||||
|
Reference in New Issue
Block a user