Explorar el Código

Updated Install Command

pull/1769/head
Markus hace 3 años
padre
commit
cf7449df9e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-synapse/tasks/synapse/setup_install.yml

+ 1
- 1
roles/matrix-synapse/tasks/synapse/setup_install.yml Ver fichero

@@ -38,7 +38,7 @@
- name: Adding the S3 Install Command
lineinfile:
path: "{{ matrix_synapse_docker_src_files_path }}/docker/Dockerfile"
line: RUN pip install --no-deps --no-warn-script-location synapse-s3-storage-provider
line: RUN pip install --no-warn-script-location synapse-s3-storage-provider
insertafter: /synapse.*
when: "matrix_synapse_s3_media_store_enabled|bool"



Cargando…
Cancelar
Guardar