From 21c2ca4ab3cf1b8b4ba3552027265d533007d415 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Fri, 8 Mar 2024 16:26:08 -0500 Subject: [PATCH] Include a reference to cisagov/skeleton-packer#312 This issue reminds us to remove the pin against ansible-core when that becomes possible. --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 0a43002b..0b23b071 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,9 @@ # often breaking changes across major versions. This is the reason # for the upper bound. ansible>=8,<10 +# TODO: Remove this pin when possible. See +# cisagov/skeleton-packer##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.