|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
|
|
|
|
|
- name: Ensure Matrix Appservice webhooks config is installed
|
|
|
|
|
copy:
|
|
|
|
|
content: "{{ matrix_appservice_webhooks_configuration|to_nice_yaml }}"
|
|
|
|
|
content: "{{ matrix_appservice_webhooks_configuration|to_nice_yaml(indent=2, width=999999) }}"
|
|
|
|
|
dest: "{{ matrix_appservice_webhooks_config_path }}/config.yaml"
|
|
|
|
|
mode: 0644
|
|
|
|
|
owner: "{{ matrix_user_username }}"
|
|
|
|
@ -69,7 +69,7 @@
|
|
|
|
|
|
|
|
|
|
- name: Ensure appservice-webhooks registration.yaml installed
|
|
|
|
|
copy:
|
|
|
|
|
content: "{{ matrix_appservice_webhooks_registration|to_nice_yaml }}"
|
|
|
|
|
content: "{{ matrix_appservice_webhooks_registration|to_nice_yaml(indent=2, width=999999) }}"
|
|
|
|
|
dest: "{{ matrix_appservice_webhooks_config_path }}/webhooks-registration.yaml"
|
|
|
|
|
mode: 0644
|
|
|
|
|
owner: "{{ matrix_user_username }}"
|
|
|
|
|