Skip to content

Commit d82be14

Browse files
committed
Add ansible and ansible-core version updates from upstream
1 parent b98d3bb commit d82be14

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

requirements.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
# OS family. This simplifies a lot of things for roles that support
44
# Kali Linux, so it makes sense to force the installation of Ansible
55
# 2.10 or newer.
6-
ansible>=2.10,<6
6+
#
7+
# We need at least version 6 to correctly identify Amazon Linux 2023
8+
# as using the dnf package manager, and version 8 is currently the
9+
# oldest supported version.
10+
#
11+
# We have tested against version 9. We want to avoid automatically
12+
# jumping to another major version without testing, since there are
13+
# often breaking changes across major versions. This is the reason
14+
# for the upper bound.
15+
ansible>=8,<10
16+
# TODO: Remove this pin when possible. See
17+
# cisagov/skeleton-ansible-role#178 for more details.
18+
#
19+
# ansible-core 2.16.3 and later suffer from the bug discussed in
20+
# ansible/ansible#82702, which breaks any symlinked files in vars,
21+
# tasks, etc. for any Ansible role installed via ansible-galaxy.
22+
#
23+
# See also cisagov/skeleton-packer#312.
24+
ansible-core<2.16.3
725
setuptools
826
wheel

0 commit comments

Comments
 (0)