mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-19 06:33:24 +00:00
fixed error with element client update task
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
|
||||
# Update the well-known client file for Element Call (adding RTC FOCI)
|
||||
- name: Update the well-known client file for Element Call
|
||||
ansible.builtin.include_tasks: update_well_known_client.yml
|
||||
ansible.builtin.include_tasks: "tasks/update_well_known_client.yml"
|
||||
when: matrix_element_call_enabled | bool
|
||||
|
||||
|
||||
@@ -98,3 +98,4 @@
|
||||
ansible.builtin.include_tasks: "tasks/update_element_web_config.yml"
|
||||
when: matrix_element_call_enabled | bool
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user