We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d450155 + 80516bc commit c2508a6Copy full SHA for c2508a6
requirements.txt
@@ -1,4 +1,6 @@
1
# Use Ansible 5 for consistent Rocky 9 behaviour when available, otherwise use
2
# Ansible 4
3
ansible>=4,<5; python_version<"3.7"
4
-ansible>=5,<6; python_version>="3.7"
+ansible>=5,<6; python_version>="3.7" and python_version<"3.9"
5
+ansible>=8,<10; python_version>="3.9" and python_version<"3.12"
6
+ansible>=10,<11; python_version>="3.12"
0 commit comments