3
0
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:
wjbeckett
2024-10-01 22:30:09 +10:00
parent a6e3203398
commit f684719b2a
2 changed files with 35 additions and 23 deletions

View File

@@ -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