Correction sur retention_options
This commit is contained in:
parent
52d758b6d0
commit
276d8bd33e
2 changed files with 1 additions and 2 deletions
|
|
@ -5,4 +5,3 @@
|
|||
args:
|
||||
chdir: /opt/{{ docker_synapse_service_id }}/
|
||||
changed_when: true
|
||||
|
||||
|
|
@ -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 %}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue