Просмотр исходного кода

Fix /.well-known/matrix/client installation

Regression since 51312b82
pull/90/head
Slavi Pantaleev 7 лет назад
Родитель
Сommit
897cfbdcba
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      roles/matrix-base/tasks/setup_well_known.yml

+ 2
- 2
roles/matrix-base/tasks/setup_well_known.yml Просмотреть файл

@@ -15,7 +15,7 @@
- name: Ensure Matrix /.well-known/matrix/client configured - name: Ensure Matrix /.well-known/matrix/client configured
template: template:
src: "{{ role_path }}/templates/static-files/well-known/matrix-client.j2" src: "{{ role_path }}/templates/static-files/well-known/matrix-client.j2"
dest: "{{ matrix_static_files_base_path }}/.well-known/matrix"
dest: "{{ matrix_static_files_base_path }}/.well-known/matrix/client"
mode: 0644 mode: 0644
owner: "{{ matrix_user_username }}" owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"

Загрузка…
Отмена
Сохранить