diff --git a/templates/local.settings.j2 b/templates/local.settings.j2 index 1f3083c..7646eb2 100644 --- a/templates/local.settings.j2 +++ b/templates/local.settings.j2 @@ -1,2 +1,2 @@ # {{ ansible_managed }} -{{ cobbler_settings | to_nice_yaml(indent=2) }} +{{ cobbler_settings | to_json(vault_to_text=True) | from_json | to_nice_yaml }}