The ansible-core pin in requirements.txt should be removed when and if that becomes possible.
Note that the pin must also be reverted in cisagov/skeleton-generic and cisagov/skeleton-packer, as it is reproduced there in .pre-commit-config.yaml in cisagov/skeleton-generic#180 and in requirements.txt in cisagov/skeleton-packer#311, respectively.
See also:
cisagov/skeleton-generic#181
cisagov/skeleton-packer#312
Motivation and context
ansible-core 2.16.3 and later currently 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. Once this issue is addressed the pin can be removed.
💡 Summary
The
ansible-core
pin inrequirements.txt
should be removed when and if that becomes possible.Note that the pin must also be reverted in cisagov/skeleton-generic and cisagov/skeleton-packer, as it is reproduced there in
.pre-commit-config.yaml
in cisagov/skeleton-generic#180 and inrequirements.txt
in cisagov/skeleton-packer#311, respectively.See also:
Motivation and context
ansible-core
2.16.3 and later currently suffer from the bug discussed in ansible/ansible#82702, which breaks any symlinked files invars
,tasks
, etc. for any Ansible role installed viaansible-galaxy
. Once this issue is addressed the pin can be removed.