mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
Do not needlessly ignore errors
This commit is contained in:
parent
b3793f3595
commit
fb221c8179
@ -83,7 +83,6 @@
|
|||||||
force: "yes"
|
force: "yes"
|
||||||
register: matrix_mautrix_telegram_git_pull_results
|
register: matrix_mautrix_telegram_git_pull_results
|
||||||
when: "matrix_mautrix_telegram_container_self_build|bool"
|
when: "matrix_mautrix_telegram_container_self_build|bool"
|
||||||
ignore_errors: yes
|
|
||||||
|
|
||||||
- name: Ensure matrix-mautrix-telegram Docker image is built
|
- name: Ensure matrix-mautrix-telegram Docker image is built
|
||||||
docker_image:
|
docker_image:
|
||||||
|
Loading…
Reference in New Issue
Block a user