mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-11 18:35:11 +02:00
Rename file (element-call-labels -> labels)
This commit is contained in:
@ -24,8 +24,8 @@
|
||||
|
||||
- name: Ensure matrix-element-call Docker labels file is in place
|
||||
ansible.builtin.template:
|
||||
src: "{{ role_path }}/templates/element-call-labels.j2"
|
||||
dest: "{{ matrix_element_call_base_path }}/element-call-labels"
|
||||
src: "{{ role_path }}/templates/labels.j2"
|
||||
dest: "{{ matrix_element_call_base_path }}/labels"
|
||||
mode: 0640
|
||||
owner: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
|
Reference in New Issue
Block a user