From 4a4eb4c412c9aeb5dd2b5e66a9cc0537f9a086ba Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Fri, 26 May 2023 11:18:24 +0200 Subject: [PATCH] decrypt vaulted secrets --- templates/seafile_mirror.conf.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}}