chore: ansible dummy

This commit is contained in:
Tibo De Peuter 2026-09-12 23:18:10 +02:00
commit b68e40fc19
4 changed files with 62 additions and 0 deletions

13
ansible/pyproject.toml Normal file
View file

@ -0,0 +1,13 @@
[project]
name = "ansible"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = []
[dependency-groups]
dev = [
"ansible",
]
[tool.uv.sources]
ansible = { workspace = true }