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 f46945c + d8b06f3 commit 680a61fCopy full SHA for 680a61f
requirements-test.txt
@@ -6,8 +6,14 @@
6
# 2.10 or newer.
7
#
8
# We need at least version 6 to correctly identify Amazon Linux 2023
9
-# as using the dnf package manager.
10
-ansible>=6,<7
+# as using the dnf package manager, and version 8 is currently the
+# oldest supported version.
11
+#
12
+# We have tested against version 9. We want to avoid automatically
13
+# jumping to another major version without testing, since there are
14
+# often breaking changes across major versions. This is the reason
15
+# for the upper bound.
16
+ansible>=8,<10
17
# With the release of molecule v5 there were some breaking changes so
18
# we need to pin at v5 or newer. However, v5.0.0 had an internal
19
# dependency issue so we must use the bugfix release as the actual
0 commit comments