Przeglądaj źródła

fail if matrix_synapse_ext_synapse_s3_storage_provider_config_endpoint_url 'not' startswith('http')

pull/2332/head
Luke Moch 3 lat temu
rodzic
commit
dd51ad2ba2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +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 Wyświetl plik

@@ -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')"

Ładowanie…
Anuluj
Zapisz