--- - name: Update immich application hosts: immich remote_user: root tasks: - name: Update immich-app docker image ansible.builtin.shell: args: cmd: docker-compose pull && docker-compose up -d chdir: /opt/immich-app/