Slavi Pantaleev
пре 4 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
1 додато и
1 уклоњено
-
roles/matrix-bridge-mautrix-signal/tasks/setup_install.yml
|
|
|
@@ -35,7 +35,7 @@ |
|
|
|
dockerfile: Dockerfile |
|
|
|
path: "{{ matrix_mautrix_signal_docker_src_files_path }}" |
|
|
|
pull: yes |
|
|
|
when: "matrix_mautrix_signal_enabled|bool and (matrix_mautrix_signal_container_self_build|bool or matrix_mautrix_signal_pull_results is failed)" |
|
|
|
when: "matrix_mautrix_signal_enabled|bool and matrix_mautrix_signal_container_self_build|bool" |
|
|
|
|
|
|
|
|
|
|
|
- name: Ensure Mautrix Signal Daemon image is pulled |
|
|
|
|