Fix loss of comments and True/False to true/false
This commit is contained in:
parent
77d1658e65
commit
3d53d4fb30
5 changed files with 114 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
%global upstream_version 0.5.2
|
||||
%global upstream_version 0.5.3
|
||||
|
||||
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 loss of comments and True/False to true/false
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue