More ansible-lint fixes
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
- name: Ensure matrix-sms-bridge application.yml installed
|
||||
ansible.builtin.copy:
|
||||
content: "{{ matrix_sms_bridge_configuration|to_nice_yaml(indent=2, width=999999) }}"
|
||||
content: "{{ matrix_sms_bridge_configuration | to_nice_yaml(indent=2, width=999999) }}"
|
||||
dest: "{{ matrix_sms_bridge_config_path }}/application.yml"
|
||||
mode: 0644
|
||||
owner: "{{ matrix_user_username }}"
|
||||
@ -31,7 +31,7 @@
|
||||
|
||||
- name: Ensure matrix-sms-bridge registration.yaml installed
|
||||
ansible.builtin.copy:
|
||||
content: "{{ matrix_sms_bridge_registration|to_nice_yaml(indent=2, width=999999) }}"
|
||||
content: "{{ matrix_sms_bridge_registration | to_nice_yaml(indent=2, width=999999) }}"
|
||||
dest: "{{ matrix_sms_bridge_config_path }}/registration.yaml"
|
||||
mode: 0644
|
||||
owner: "{{ matrix_user_username }}"
|
||||
|
Reference in New Issue
Block a user