removed trailing whitespaces

This commit is contained in:
wjbeckett 2024-10-03 12:38:34 +10:00
parent 1e6698cb99
commit a03f5985a5
25 changed files with 28 additions and 29 deletions

View File

@ -5901,7 +5901,6 @@ matrix_element_call_container_labels_traefik_docker_network: "{{ matrix_playbook
matrix_element_call_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}" matrix_element_call_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}"
matrix_element_call_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}" matrix_element_call_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}"
######################################################################## ########################################################################
# # # #
# /matrix-element-call # # /matrix-element-call #

View File

@ -97,5 +97,3 @@
- name: Update Element Web config.json - name: Update Element Web config.json
ansible.builtin.include_tasks: "tasks/update_element_web_config.yml" ansible.builtin.include_tasks: "tasks/update_element_web_config.yml"
when: matrix_element_call_enabled | bool when: matrix_element_call_enabled | bool

View File

@ -1,8 +1,9 @@
---
- name: Load Element Web config.json content - name: Load Element Web config.json content
ansible.builtin.slurp: ansible.builtin.slurp:
src: "{{ element_web_config_path }}" src: "{{ element_web_config_path }}"
register: element_web_config_content_raw register: element_web_config_content_raw
ignore_errors: no ignore_errors: false
- name: Parse Element Web config.json content - name: Parse Element Web config.json content
ansible.builtin.set_fact: ansible.builtin.set_fact:

View File

@ -1,3 +1,4 @@
#jinja2: lstrip_blocks: "True"
[Unit] [Unit]
Description=Matrix JWT Service Description=Matrix JWT Service
After=docker.service After=docker.service