Make yamllint happy

This commit is contained in:
Slavi Pantaleev
2025-10-02 15:00:42 +03:00
parent 3bf56e931d
commit 677b1ea55b
2 changed files with 2 additions and 2 deletions

View File

@@ -94,4 +94,4 @@ matrix_element_admin_environment_variable_server_name: "{{ matrix_domain }}"
# matrix_element_admin_environment_variables_additional_variables: | # matrix_element_admin_environment_variables_additional_variables: |
# SOMETHING=1 # SOMETHING=1
# ANOTHER="here" # ANOTHER="here"
matrix_element_admin_environment_variables_additional_variables: '' matrix_element_admin_environment_variables_additional_variables: ''

View File

@@ -23,4 +23,4 @@
msg: >- msg: >-
Element Admin with a path prefix other than '/' is not supported yet. Element Admin with a path prefix other than '/' is not supported yet.
You have configured matrix_element_admin_path_prefix to '{{ matrix_element_admin_path_prefix }}'. You have configured matrix_element_admin_path_prefix to '{{ matrix_element_admin_path_prefix }}'.
when: "matrix_element_admin_path_prefix != '/'" when: "matrix_element_admin_path_prefix != '/'"