Build using custom config.json, add CSP, update to 0.1.53

This commit is contained in:
Aaron Raimist
2021-05-21 03:45:21 -05:00
parent ca361af616
commit 9437f78c9e
7 changed files with 31 additions and 95 deletions

View File

@ -0,0 +1,9 @@
---
- name: Fail if required Hydrogen settings not defined
fail:
msg: >
You need to define a required configuration setting (`{{ item }}`) to use Hydrogen.
when: "vars[item] == '' or vars[item] is none"
with_items:
- "matrix_client_hydrogen_default_hs_url"