Do not rely on ansible-core>=2.19.0 to process Jinja blocks inside strings found in other strings blocks

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
This commit is contained in:
Slavi Pantaleev
2025-07-26 19:09:08 +03:00
parent 570c4121b7
commit 3a11a32f9e
6 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
{{
matrix_synapse_container_extra_arguments | default([])
+
["--mount type=bind,src={{ matrix_synapse_ext_path }}/rest_auth_provider.py,dst={{ matrix_synapse_in_container_python_packages_path }}/rest_auth_provider.py,ro"]
["--mount type=bind,src=" + matrix_synapse_ext_path + "/rest_auth_provider.py,dst=" + matrix_synapse_in_container_python_packages_path + "/rest_auth_provider.py,ro"]
}}
matrix_synapse_additional_loggers_auto: >