From 4085adaf8fffb08702d2343fa942a883d5d43c70 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 8 Dec 2023 23:50:56 -0500 Subject: [PATCH] ansible-core 2.16.x not available on stream9/debian 11; swapping down to 2.15.x --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 9885ac9..405789d 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,2 @@ -ansible-core==2.16.1 +ansible-core==2.15.7 ansible-lint==6.22.1