Closed jsf9k closed 6 months ago
We can close this pull request because a new version of the ansible-core
Python package has been released that does not suffer from the bug discussed in ansible/ansible#82702. This bug broke any symlinked files in vars, tasks, etc. for any Ansible role installed via ansible-galaxy
.
๐ฃ Description
This pull request pins
ansible-core
when runningansible-lint
inpre-commit
. It also adds a comment explaining why the Python packageansible
may sometimes need to be added as an additional dependency for theansible-lint
linter in.pre-commit-config.yaml
.๐ญ Motivation and context
This is done to match the pinning that was done in cisagov/skeleton-ansible-role#193.
๐งช Testing
All automated tests pass.
โ Pre-approval checklist