add possibility to install synapse on raspberry pi

This commit is contained in:
Horvath Gergely
2020-02-17 21:48:48 +01:00
parent bbbcc18c70
commit a096eafb45
6 changed files with 48 additions and 2 deletions

View File

@ -22,6 +22,8 @@
group: "{{ matrix_user_username }}"
with_items:
- "{{ matrix_base_data_path }}"
- "{{ matrix_docker_src_files_path }}"
- "{{ matrix_docker_synapse_src_files_path }}"
# `docker_network` doesn't work as expected when the given network
# is a substring of a network that already exists.