More ansible-lint fixes
This commit is contained in:
@ -63,7 +63,7 @@
|
||||
|
||||
- name: Ensure Element configuration installed
|
||||
ansible.builtin.copy:
|
||||
content: "{{ matrix_client_element_configuration|to_nice_json }}"
|
||||
content: "{{ matrix_client_element_configuration | to_nice_json }}"
|
||||
dest: "{{ matrix_client_element_data_path }}/config.json"
|
||||
mode: 0644
|
||||
owner: "{{ matrix_user_username }}"
|
||||
|
Reference in New Issue
Block a user