Ver código fonte

Merge pull request #1905 from aaronraimist/hydrogen-self-check

Fix Hydrogen self check
pull/1906/head
Slavi Pantaleev 3 anos atrás
committed by GitHub
pai
commit
5642c425ac
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
2 arquivos alterados com 8 adições e 1 exclusões
  1. +7
    -0
      roles/matrix-client-hydrogen/tasks/main.yml
  2. +1
    -1
      roles/matrix-client-hydrogen/tasks/self_check.yml

+ 7
- 0
roles/matrix-client-hydrogen/tasks/main.yml Ver arquivo

@@ -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
- 1
roles/matrix-client-hydrogen/tasks/self_check.yml Ver arquivo

@@ -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:


Carregando…
Cancelar
Salvar