Update file main.yml
This commit is contained in:
parent
5630d395fb
commit
9b464ea6a4
@ -27,10 +27,11 @@
|
||||
- name: Pull Mealie Docker images
|
||||
shell: |
|
||||
cd {{ mealie_base_dir }}
|
||||
docker compose pull
|
||||
docker compose pull --ignore-pull-failures
|
||||
args:
|
||||
executable: /bin/bash
|
||||
tags: deploy_mealie
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Start Mealie container
|
||||
shell: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user