This commit is contained in:
2025-08-15 08:43:12 +02:00
parent 236d558cff
commit 02aad24b0e
11 changed files with 69 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "docker-ansible"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"ansible>=11.9.0",
]