rename hookshot *.yaml to *.yml
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user