The ansible-core pin in .pre-commit-config.yaml should be removed when and if that becomes possible.
See also:
cisagov/skeleton-ansible-role#178
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 in.pre-commit-config.yaml
should be removed when and if that becomes possible.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.