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 f7729eb + 798f72a commit 5a7c630Copy full SHA for 5a7c630
requirements.txt
@@ -1,2 +1,3 @@
1
-# Use Ansible 2.10 for better collections handling
2
-ansible>=2.10.0,<2.11.0
+# Use Ansible 5 for consistent Rocky 9 behaviour when available, otherwise use Ansible 4
+ansible>=4,<5; python_version<"3.7"
3
+ansible>=5,<6; python_version>="3.7"
0 commit comments