1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Corrected element call labels file name

This commit is contained in:
Backslash
2024-09-27 09:00:03 +10:00
committed by GitHub
parent 25909b1029
commit 1721e85195

View File

@ -51,7 +51,7 @@
- name: Ensure matrix-element-call Docker labels file is in place - name: Ensure matrix-element-call Docker labels file is in place
ansible.builtin.template: 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" dest: "{{ matrix_element_call_base_path }}/config/element-call-labels"
mode: 0640 mode: 0640
owner: "{{ matrix_user_username }}" owner: "{{ matrix_user_username }}"