mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-25 10:10:25 +00:00
removed trailing whitespaces
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
---
|
||||
- name: Load Element Web config.json content
|
||||
ansible.builtin.slurp:
|
||||
src: "{{ element_web_config_path }}"
|
||||
register: element_web_config_content_raw
|
||||
ignore_errors: no
|
||||
ignore_errors: false
|
||||
|
||||
- name: Parse Element Web config.json content
|
||||
ansible.builtin.set_fact:
|
||||
@@ -35,4 +36,4 @@
|
||||
mode: '0644'
|
||||
owner: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
when: element_web_config_content is defined
|
||||
when: element_web_config_content is defined
|
||||
Reference in New Issue
Block a user