rename hookshot *.yaml to *.yml

This commit is contained in:
HarHarLinks
2022-01-11 23:34:03 +01:00
parent 23d6b2d3da
commit f12cad7a7b
2 changed files with 6 additions and 6 deletions

View File

@ -15,12 +15,12 @@
matrix_synapse_container_extra_arguments: >
{{ matrix_synapse_container_extra_arguments|default([]) }}
+
["--mount type=bind,src={{ matrix_hookshot_base_path }}/registration.yaml,dst=/hookshot-registration.yaml,ro"]
["--mount type=bind,src={{ matrix_hookshot_base_path }}/registration.yml,dst=/hookshot-registration.yml,ro"]
matrix_synapse_app_service_config_files: >
{{ matrix_synapse_app_service_config_files|default([]) }}
+
{{ ["/hookshot-registration.yaml"] }}
{{ ["/hookshot-registration.yml"] }}
when: matrix_hookshot_enabled|bool
- block: