瀏覽代碼
Merge pull request #2332 from mochman/master
add 'not' to fail check for s3_storage_provider
pull/2333/head
Slavi Pantaleev
3 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
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')" |