This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update setup_install.yml
pull/1769/head
Markus
3 years ago
parent
7716fd9f11
commit
6f8c185cb2
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
roles/matrix-synapse/tasks/synapse/setup_install.yml
+ 1
- 2
roles/matrix-synapse/tasks/synapse/setup_install.yml
View File
@@ -132,7 +132,7 @@
- set_fact:
matrix_synapse_media_storage_providers: |
{{
media_storage_providers|default([])
m
atrix_synapse_m
edia_storage_providers|default([])
+
[
{
@@ -144,4 +144,3 @@
}
]
}}
when: "matrix_synapse_media_storage_provider_s3_enabled|bool"
Write
Preview
Loading…
Cancel
Save