diff --git a/infra/photos/0003_immich_playbook.yaml b/infra/photos/0003_immich_playbook.yaml index 49e911c..a5d26a6 100644 --- a/infra/photos/0003_immich_playbook.yaml +++ b/infra/photos/0003_immich_playbook.yaml @@ -7,7 +7,6 @@ - name: Wait for connection ansible.builtin.wait_for_connection: timeout: 300 - - name: Check if project exists ansible.builtin.stat: path: "$HOME/{{ app }}" diff --git a/infra/photos/immich/.env b/infra/photos/immich/.env index 08f09de..e7c8557 100644 --- a/infra/photos/immich/.env +++ b/infra/photos/immich/.env @@ -4,7 +4,7 @@ UPLOAD_LOCATION=/mnt/media/immich # The Immich version to use. You can pin this to a specific version like "v1.71.0" -IMMICH_VERSION=v1.118.2 +IMMICH_VERSION=release # Connection secrets for postgres and typesense. You should change these to random passwords TYPESENSE_API_KEY=TYPESENSE_API_KEY_VALUE