From 733690641523e1a749e6adeab6ca63c9cdd5ff9e Mon Sep 17 00:00:00 2001 From: Niall Byrne <9848926+niall-byrne@users.noreply.github.com> Date: Mon, 18 Jul 2022 19:59:48 -0400 Subject: [PATCH] build(POETRY): pin ansible-compat<2.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c1031d..f9cbca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry.dev-dependencies] ansible = "^5.2.0" - ansible-compat = "!=2.1.0" + ansible-compat = "<2.1.0" ansible-lint = "^5.3.2" commitizen = "^2.20.4" yamllint = "^1.26.3"