Browse Source

Do not needlessly ignore errors

pull/1183/head
Slavi Pantaleev 4 years ago
committed by GitHub
parent
commit
fb221c8179
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      roles/matrix-bridge-mautrix-telegram/tasks/setup_install.yml

+ 0
- 1
roles/matrix-bridge-mautrix-telegram/tasks/setup_install.yml View File

@@ -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…
Cancel
Save