Template fixes

This commit is contained in:
2023-10-26 21:29:35 +03:00
parent 56bb714e47
commit cb618cd46c
2 changed files with 9 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
---
{{ ansible_managed }}
{{ vikunja_config | to_yaml }}
{{ vikunja_config | to_nice_yaml(indent=2, sort_keys=False) }}