1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

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:
Slavi Pantaleev
2025-07-26 17:58:12 +03:00
parent 5651206e77
commit 51ab9ed9ff
143 changed files with 143 additions and 143 deletions

View File

@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: "True"
#jinja2: lstrip_blocks: True
{% set room_workers = matrix_synapse_reverse_proxy_companion_synapse_workers_list | selectattr('type', 'equalto', 'room_worker') | list %}
{% set sync_workers = matrix_synapse_reverse_proxy_companion_synapse_workers_list | selectattr('type', 'equalto', 'sync_worker') | list %}

View File

@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: "True"
#jinja2: lstrip_blocks: True
# The default is aligned to the CPU's cache size,
# which can sometimes be too low.
# Thus, we ensure a larger bucket size value is used.

View File

@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: "True"
#jinja2: lstrip_blocks: True
# This is a custom nginx configuration file that we use in the container (instead of the default one),
# because it allows us to run nginx with a non-root user.
#

View File

@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: "True"
#jinja2: lstrip_blocks: True
[Unit]
Description=Synapse reverse-proxy companion
{% for service in matrix_synapse_reverse_proxy_companion_systemd_required_services_list %}