Add support for Element Admin

This commit is contained in:
Slavi Pantaleev
2025-10-02 14:58:48 +03:00
parent db54063a0c
commit 3bf56e931d
16 changed files with 494 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
# the hardcoded URLs in the Element Call are pointing people to the wrong place, which is a problem.
- name: Fail if Element Call path prefix is different than /
ansible.builtin.fail:
msg: >
msg: >-
Element Call with a path prefix other than '/' is not supported yet.
You have configured matrix_element_call_path_prefix to '{{ matrix_element_call_path_prefix }}'.
when: "matrix_element_call_path_prefix != '/'"