fix: force images pull and change default ports
This commit is contained in:
@@ -86,6 +86,16 @@
|
||||
loop:
|
||||
- "{{ immich_upload_location }}"
|
||||
|
||||
- name: Pull Immich container images
|
||||
ansible.builtin.command: "podman pull {{ item }}"
|
||||
loop:
|
||||
- "{{ immich_server_image }}:{{ immich_version }}"
|
||||
- "{{ immich_ml_image }}:{{ immich_version }}"
|
||||
changed_when: pull_result.stdout is search('Writing manifest')
|
||||
register: pull_result
|
||||
become: false
|
||||
become_user: "{{ ansible_user }}"
|
||||
|
||||
- name: Deploy Kubernetes YAML for Immich
|
||||
ansible.builtin.template:
|
||||
src: immich.yaml.j2
|
||||
|
||||
Reference in New Issue
Block a user