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
fail if matrix_synapse_ext_synapse_s3_storage_provider_config_endpoint_url 'not' startswith('http')
pull/2332/head
Luke Moch
3 years ago
parent
d81e7d6328
commit
dd51ad2ba2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/validate_config.yml
+ 1
- 1
roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/validate_config.yml
View File
@@ -16,4 +16,4 @@
ansible.builtin.fail:
msg: >-
`matrix_synapse_ext_synapse_s3_storage_provider_config_endpoint_url` needs to look like a URL (`http://` or `https://` prefix).
when: "matrix_synapse_ext_synapse_s3_storage_provider_config_endpoint_url.startswith('http')"
when: "
not
matrix_synapse_ext_synapse_s3_storage_provider_config_endpoint_url.startswith('http')"
Write
Preview
Loading…
Cancel
Save