Fix Hydrogen self check

Thanks to Julian for pointing this out
master
Aaron Raimist 2 years ago
parent 8ea7cd73cf
commit 6a99b3d532
No known key found for this signature in database
GPG Key ID: DD9A36A59CF16185

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

Loading…
Cancel
Save