From 7f38c5df7b8c100b28302d92a0527f0d5dfd85ef Mon Sep 17 00:00:00 2001 From: josiah Date: Thu, 16 Sep 2021 17:35:14 -0500 Subject: [PATCH] Remove dimension. --- inventory/host_vars/matrix.awful.club/vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/host_vars/matrix.awful.club/vars.yml b/inventory/host_vars/matrix.awful.club/vars.yml index e7cfda67..2b1fc102 100644 --- a/inventory/host_vars/matrix.awful.club/vars.yml +++ b/inventory/host_vars/matrix.awful.club/vars.yml @@ -111,9 +111,9 @@ matrix_appservice_webhooks_api_secret: "{{ vault_matrix_appservice_webhooks_api_ matrix_appservice_webhooks_log_level: 'info' # added by jlj 6/1/21; apparently this is something you have to fuck with my default, interesting. -matrix_dimension_enabled: true -matrix_dimension_admins: - - "@jowj:{{ matrix_domain }}" +# matrix_dimension_enabled: true +# matrix_dimension_admins: +# - "@jowj:{{ matrix_domain }}" matrix_dimension_access_token: "{{ vault_matrix_dimension_access_token }}"