Skip to content

Commit

Permalink
Pin ansible-core to earlier than 2.16.3
Browse files Browse the repository at this point in the history
ansible-core 2.16.3 and later suffer from the bug discussed in
ansible/ansible#82702, which breaks any symlinked files in vars,
tasks, etc. for any Ansible role installed via ansible-galaxy.
  • Loading branch information
jsf9k committed Mar 10, 2024
1 parent 1666745 commit a6af1d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
# We need at least version 6 to correctly identify Amazon Linux 2023
# as using the dnf package manager.
ansible>=6,<7
# TODO: Remove this pin when possible. See
# cisagov/skeleton-ansible-role#178 for more details.
#
# ansible-core 2.16.3 and later suffer from the bug discussed in
# ansible/ansible#82702, which breaks any symlinked files in vars,
# tasks, etc. for any Ansible role installed via ansible-galaxy.
#
# See also cisagov/skeleton-packer##312.
ansible-core<2.16.3
# With the release of molecule v5 there were some breaking changes so
# we need to pin at v5 or newer. However, v5.0.0 had an internal
# dependency issue so we must use the bugfix release as the actual
Expand Down

0 comments on commit a6af1d8

Please sign in to comment.