浏览代码

Corrected element call labels file name

element-call-integration
Backslash 1年前
committed by GitHub
父节点
当前提交
1721e85195
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/custom/matrix-element-call/tasks/install.yml

+ 1
- 1
roles/custom/matrix-element-call/tasks/install.yml 查看文件

@@ -51,7 +51,7 @@

- name: Ensure matrix-element-call Docker labels file is in place
ansible.builtin.template:
src: "{{ role_path }}/templates/labels.j2"
src: "{{ role_path }}/templates/element-call-labels.j2"
dest: "{{ matrix_element_call_base_path }}/config/element-call-labels"
mode: 0640
owner: "{{ matrix_user_username }}"


正在加载...
取消
保存