Ver a proveniência
Fix Hydrogen self check
Thanks to Julian for pointing this out
pull/1905/head
Aaron Raimist
há 3 anos
ascendente
cometimento
6a99b3d532
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: DD9A36A59CF16185
2 ficheiros alterados com
8 adições e
1 eliminações
-
roles/matrix-client-hydrogen/tasks/main.yml
-
roles/matrix-client-hydrogen/tasks/self_check.yml
|
|
|
@@ -21,3 +21,10 @@ |
|
|
|
tags: |
|
|
|
- setup-all |
|
|
|
- setup-client-hydrogen |
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/self_check.yml" |
|
|
|
delegate_to: 127.0.0.1 |
|
|
|
become: false |
|
|
|
when: "run_self_check|bool and matrix_client_hydrogen_enabled|bool" |
|
|
|
tags: |
|
|
|
- self-check |
|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
--- |
|
|
|
|
|
|
|
- set_fact: |
|
|
|
matrix_client_hydrogen_url_endpoint_public: "https://{{ matrix_server_fqn_hydrogen }}" |
|
|
|
matrix_client_hydrogen_url_endpoint_public: "https://{{ matrix_server_fqn_hydrogen }}/config.json" |
|
|
|
|
|
|
|
- name: Check Hydrogen |
|
|
|
uri: |
|
|
|
|