Add support for YAML and JSON
All checks were successful
CI / test (push) Successful in 41s
Lint / test (push) Successful in 23s
Trivy / test (push) Successful in 21s

This commit is contained in:
Miguel Jacq 2025-11-25 17:38:30 +11:00
parent 4acc82e35b
commit 559389a35c
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
3 changed files with 328 additions and 29 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "jinjaturtle"
version = "0.1.1"
version = "0.1.2"
description = "Convert config files into Ansible defaults and Jinja2 templates."
authors = ["Miguel Jacq <mig@mig5.net>"]
license = "GPL-3.0-or-later"