From 8798f58633081c2af02a9904492825db969557e9 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sun, 18 Aug 2024 10:06:14 +1200 Subject: [PATCH] =?UTF-8?q?fix:=20Use=20batteries=20included=20ansible=20?= =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6646d6f..b6cde5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -ansible-core<2.17 ansible-compat >= 4 molecule[docker]== 24.2.1 ansible-lint==24.2.2 yamllint==1.35.1 -passlib==1.7.4 \ No newline at end of file +passlib==1.7.4 +ansible<10.0.0 \ No newline at end of file