From 9f2a5d223c3e45519a59148687325ebea90ff390 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Sun, 7 Apr 2024 03:36:33 +0300 Subject: [PATCH] fixes debug v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7baa871..19d8fd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.10" ansible-core = "~2.16" ansible-compat = ">=4.1" ansible-lint = "*" -molecule = "*" +molecule = "~4" molecule-docker = "*" docker = "*" flake8 = "*"