Explorar el Código
Merge pull request #2332 from mochman/master
add 'not' to fail check for s3_storage_provider
pull/2333/head
Slavi Pantaleev
hace 3 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
roles/custom/matrix-synapse/tasks/ext/s3-storage-provider/validate_config.yml
|
|
@@ -16,4 +16,4 @@ |
|
|
ansible.builtin.fail: |
|
|
ansible.builtin.fail: |
|
|
msg: >- |
|
|
msg: >- |
|
|
`matrix_synapse_ext_synapse_s3_storage_provider_config_endpoint_url` needs to look like a URL (`http://` or `https://` prefix). |
|
|
`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')" |