Correction sur retention_options

This commit is contained in:
Navas 2025-08-16 11:31:28 +02:00
parent 52d758b6d0
commit 276d8bd33e
2 changed files with 1 additions and 2 deletions

View file

@ -5,4 +5,3 @@
args:
chdir: /opt/{{ docker_synapse_service_id }}/
changed_when: true

View file

@ -82,7 +82,7 @@ email:
{% endif %}
{% if docker_synapse_retention_options is defined %}
{{ docker_synapse_retention_options | to_yaml(indent=2, sort_keys=true) }}
{{ docker_synapse_retention_options | to_nice_yaml(indent=2, sort_keys=true) }}
{% endif %}