add mautrix-facebook support for raspberry pi

This commit is contained in:
Horvath Gergely
2020-02-21 07:56:28 +01:00
parent 5a4e4f6fb9
commit 8c1e00a6cd
3 changed files with 21 additions and 0 deletions

View File

@ -25,6 +25,7 @@
- { src: "{{ matrix_docker_src_files_path }}", when: "{{ matrix_raspberry_pi }}" }
- { src: "{{ matrix_docker_synapse_src_files_path }}", when: "{{ matrix_raspberry_pi }}" }
- { src: "{{ matrix_docker_coturn_src_files_path }}", when: "{{ matrix_coturn_enabled }}"}
- { src: "{{ matrix_docker_mautrix_facebook_src_files_path }}", when: "{{ matrix_mautrix_facebook_enabled }}"}
# `docker_network` doesn't work as expected when the given network
# is a substring of a network that already exists.