diff --git a/requirements.txt b/requirements.txt index 0a43002b..153b69ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,8 @@ # often breaking changes across major versions. This is the reason # for the upper bound. ansible>=8,<10 +# TODO: Remove this pin when possible. See #312 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.