Update file main.yml
This commit is contained in:
parent
5630d395fb
commit
9b464ea6a4
@ -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: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user