|
|
@@ -39,12 +39,11 @@ |
|
|
- name: Ensure Synapse Docker image is built |
|
|
- name: Ensure Synapse Docker image is built |
|
|
# Adding the Installcommand for https://github.com/matrix-org/synapse-s3-storage-provider |
|
|
# Adding the Installcommand for https://github.com/matrix-org/synapse-s3-storage-provider |
|
|
# to the Dockerfile https://github.com/matrix-org/synapse-s3-storage-provider/issues/14#issuecomment-847146994 |
|
|
# to the Dockerfile https://github.com/matrix-org/synapse-s3-storage-provider/issues/14#issuecomment-847146994 |
|
|
- name: Adding the S3 Install Command |
|
|
|
|
|
lineinfile: |
|
|
|
|
|
path: "{{ matrix_synapse_docker_src_files_path }}/docker/Dockerfile" |
|
|
|
|
|
line: RUN pip install --prefix="/install" --no-deps --no-warn-script-location synapse-s3-storage-provider |
|
|
|
|
|
insertafter: /synapse.* |
|
|
|
|
|
when: "matrix_synapse_s3_media_store_enabled|bool" |
|
|
|
|
|
|
|
|
lineinfile: |
|
|
|
|
|
path: "{{ matrix_synapse_docker_src_files_path }}/docker/Dockerfile" |
|
|
|
|
|
line: RUN pip install --prefix="/install" --no-deps --no-warn-script-location synapse-s3-storage-provider |
|
|
|
|
|
insertafter: /synapse.* |
|
|
|
|
|
when: "matrix_synapse_s3_media_store_enabled|bool" |
|
|
shell: |
|
|
shell: |
|
|
chdir: "{{ matrix_synapse_docker_src_files_path }}" |
|
|
chdir: "{{ matrix_synapse_docker_src_files_path }}" |
|
|
cmd: | |
|
|
cmd: | |
|
|
|