瀏覽代碼

Make yamllint happy

pull/4615/head
Slavi Pantaleev 10 月之前
父節點
當前提交
677b1ea55b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      roles/custom/matrix-element-admin/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-element-admin/tasks/validate_config.yml

+ 1
- 1
roles/custom/matrix-element-admin/defaults/main.yml 查看文件

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

+ 1
- 1
roles/custom/matrix-element-admin/tasks/validate_config.yml 查看文件

@@ -23,4 +23,4 @@
msg: >-
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 }}'.
when: "matrix_element_admin_path_prefix != '/'"
when: "matrix_element_admin_path_prefix != '/'"

Loading…
取消
儲存