Fix Hydrogen self check

Thanks to Julian for pointing this out
This commit is contained in:
Aaron Raimist 2022-06-29 15:09:29 +00:00
parent 8ea7cd73cf
commit 6a99b3d532
No known key found for this signature in database
GPG key ID: DD9A36A59CF16185
2 changed files with 8 additions and 1 deletions

View file

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

View file

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