Slavi Pantaleev
před 3 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/validate_config.yml
|
|
|
@@ -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')" |