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"