mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
More ansible-lint fixes
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
|
||||
- name: Ensure Matrix Corporal config installed
|
||||
ansible.builtin.copy:
|
||||
content: "{{ matrix_corporal_configuration|to_nice_json }}"
|
||||
content: "{{ matrix_corporal_configuration | to_nice_json }}"
|
||||
dest: "{{ matrix_corporal_config_dir_path }}/config.json"
|
||||
mode: 0644
|
||||
owner: "{{ matrix_user_username }}"
|
||||
|
Reference in New Issue
Block a user