From 80516bcbea6ae8284758b1f8bb71426ea314e969 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Tue, 18 Mar 2025 11:56:48 +0000 Subject: [PATCH] Add newer version of ansible for later python --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c0c0b4..e4abdb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ # Use Ansible 5 for consistent Rocky 9 behaviour when available, otherwise use # Ansible 4 ansible>=4,<5; python_version<"3.7" -ansible>=5,<6; python_version>="3.7" +ansible>=5,<6; python_version>="3.7" and python_version<"3.9" +ansible>=8,<10; python_version>="3.9" and python_version<"3.12" +ansible>=10,<11; python_version>="3.12"