mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
fixup! escape hookshot variables using to_json
This commit is contained in:
parent
99cf6adf95
commit
51baa40eff
@ -90,7 +90,7 @@ passFile:
|
|||||||
bot:
|
bot:
|
||||||
# (Optional) Define profile information for the bot user
|
# (Optional) Define profile information for the bot user
|
||||||
#
|
#
|
||||||
displayname: {{ matrix_hookshot_bot_displayname|to_json }}
|
displayname: {{ matrix_hookshot_bot_displayname }}
|
||||||
avatar: {{ matrix_hookshot_bot_avatar }}
|
avatar: {{ matrix_hookshot_bot_avatar }}
|
||||||
metrics:
|
metrics:
|
||||||
# (Optional) Prometheus metrics support
|
# (Optional) Prometheus metrics support
|
||||||
|
Loading…
Reference in New Issue
Block a user