fixup! update hookshot config to generic hs variables

This commit is contained in:
HarHarLinks 2022-01-30 19:32:09 +01:00
parent 51baa40eff
commit 39d9ef43e9
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ matrix_hookshot_homeserver_token: "{{ '%s' | format(matrix_homeserver_generic_se
matrix_hookshot_systemd_wanted_services_list: |
{{
(['matrix-' + matrix_homesever_implementation + '.service'])
(['matrix-' + matrix_homeserver_implementation + '.service'])
+
(['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else [])
}}