Fix indentation with nested dicts
All checks were successful
CI / test (push) Successful in 1m12s
Lint / test (push) Successful in 37s

This commit is contained in:
Miguel Jacq 2026-06-19 18:38:35 +10:00
parent 1413076c9c
commit 77d1658e65
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
5 changed files with 85 additions and 26 deletions

View file

@ -1,4 +1,4 @@
%global upstream_version 0.5.1
%global upstream_version 0.5.2
Name: jinjaturtle
Version: %{upstream_version}
@ -43,6 +43,8 @@ Convert config files into Ansible defaults and Jinja2 templates.
%changelog
* Fri Jun 19 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
- Fix indentation problems with nested dicts
* Fri Jun 19 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
- Empty dicts and lists are now emitted as leaf defaults.
* Tue May 11 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
- Support ssh configs