chore: ansible dummy
This commit is contained in:
commit
b68e40fc19
4 changed files with 62 additions and 0 deletions
13
ansible/pyproject.toml
Normal file
13
ansible/pyproject.toml
Normal 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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue