diff --git a/templates/seafile_mirror.conf.yaml.j2 b/templates/seafile_mirror.conf.yaml.j2 index bd4af00..15738a0 100755 --- a/templates/seafile_mirror.conf.yaml.j2 +++ b/templates/seafile_mirror.conf.yaml.j2 @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: Apache-2.0 -{{seafile_syncs|to_yaml(sort_keys=False)}} +{{seafile_syncs | to_json(vault_to_text=True) | from_json | to_yaml(sort_keys=False)}}