diff --git a/requirements.txt b/requirements.txt index c0b40d8..0a43002 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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