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 13, 2024
1 parent c58977e commit 2c72ea2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
# often breaking changes across major versions. This is the reason
# for the upper bound.
ansible>=8,<10
# 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.
ansible-core<2.16.3
boto3
docopt
semver
Expand Down

0 comments on commit 2c72ea2

Please sign in to comment.