From 4c301f1f7e15218baf120b629ab38ed6c51fe328 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Sat, 6 Apr 2024 22:01:14 +0300 Subject: [PATCH] fixes debug --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3decc9c..d84a816 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/alexanderbazhenoff" [tool.poetry.dependencies] python = "^3.10" -ansible-core = "~2.16" +ansible-core = "~2.15" ansible-compat = ">=4.1" ansible-lint = "*" molecule = "*"