Skip to content

Commit 23a5f1d

Browse files
jsf9kmcdonnnj
authored andcommitted
Update ansible pin
We need at least version 6 so that Amazon Linux 2023 is correctly identified as using the dnf package manager. Co-authored-by: Nicholas McDonnell <[email protected]>
1 parent 737f951 commit 23a5f1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements-test.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
# OS family. This simplifies a lot of things for roles that support
55
# Kali Linux, so it makes sense to force the installation of Ansible
66
# 2.10 or newer.
7-
ansible>=2.10,<6
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
811
ansible-lint>=5,<6
912
flake8
1013
molecule

0 commit comments

Comments
 (0)