diff --git a/pyproject.toml b/pyproject.toml index 180fa8e..10677fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0.1" -ansible = {version = "8.7.0", optional = true} -ansible-core = {version = "2.15.8", optional = true} +ansible-core = {version = "2.14.12", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6" @@ -50,7 +49,6 @@ unidiff = "0.7.5" yamllint = "1.33.0" [tool.poetry.extras] -ansible = ["ansible"] ansible-core = ["ansible-core"] [tool.poetry.scripts]