Adjust lstrip_blocks
to use a bool
value for compatibility with ansible-core>=2.19.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#jinja2: lstrip_blocks: "True"
|
||||
#jinja2: lstrip_blocks: True
|
||||
id: matrix-hookshot # This can be anything, but must be unique within your homeserver
|
||||
as_token: {{ matrix_hookshot_appservice_token|to_json }} # This again can be a random string
|
||||
hs_token: {{ matrix_hookshot_homeserver_token|to_json }} # ..as can this
|
||||
|
Reference in New Issue
Block a user