From f45140f6052899226ab9f5d2310f5f397adac50a Mon Sep 17 00:00:00 2001 From: "Oleg \"Zmey!\" Vasiliev" Date: Thu, 26 Oct 2023 21:52:39 +0300 Subject: [PATCH] Template fix --- templates/config.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.yml.j2 b/templates/config.yml.j2 index f52c60c..aece2ea 100644 --- a/templates/config.yml.j2 +++ b/templates/config.yml.j2 @@ -1,4 +1,4 @@ --- -{{ ansible_managed }} +# {{ ansible_managed }} {{ vikunja_config | to_nice_yaml(indent=2, sort_keys=False) }}