Skip to content

Commit

Permalink
Merge pull request #309 from cisagov/bug/pin_ansible_version
Browse files Browse the repository at this point in the history
Pin the version of the `ansible` package
  • Loading branch information
mcdonnnj authored Mar 7, 2024
2 parents 71f520c + dd67feb commit 0820605
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
ansible
# With the release of version 2.10, Ansible finally correctly
# identifies Kali Linux as being the Kali distribution of the Debian
# OS family. This simplifies a lot of things for roles that support
# Kali Linux, so it makes sense to force the installation of Ansible
# 2.10 or newer.
#
# We need at least version 6 to correctly identify Amazon Linux 2023
# as using the dnf package manager, and version 8 is currently the
# oldest supported version.
#
# We have tested against version 9. We want to avoid automatically
# jumping to another major version without testing, since there are
# often breaking changes across major versions. This is the reason
# for the upper bound.
ansible>=8,<10
boto3
docopt
semver
Expand Down

0 comments on commit 0820605

Please sign in to comment.