Update file main.yml

This commit is contained in:
Administrator 2025-10-15 15:52:27 +00:00
parent 5630d395fb
commit 9b464ea6a4

View File

@ -27,10 +27,11 @@
- name: Pull Mealie Docker images - name: Pull Mealie Docker images
shell: | shell: |
cd {{ mealie_base_dir }} cd {{ mealie_base_dir }}
docker compose pull docker compose pull --ignore-pull-failures
args: args:
executable: /bin/bash executable: /bin/bash
tags: deploy_mealie tags: deploy_mealie
ignore_errors: yes
- name: Start Mealie container - name: Start Mealie container
shell: | shell: |