Skip to content

Commit

Permalink
Add the ansible Python package for the ansible-lint pre-commit hook
Browse files Browse the repository at this point in the history
We use the community.general.snap module, which is packaged in ansible
not ansible-core.
  • Loading branch information
jsf9k committed Aug 21, 2024
1 parent 1edda26 commit 0d80435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ repos:
# necessary to add the ansible package itself as an
# additional dependency, with the same pinning as is done in
# requirements-test.txt of cisagov/skeleton-ansible-role.
# - ansible>=9,<10
- ansible>=9,<10
# ansible-core 2.16.3 through 2.16.6 suffer from the bug
# discussed in ansible/ansible#82702, which breaks any
# symlinked files in vars, tasks, etc. for any Ansible role
Expand Down

0 comments on commit 0d80435

Please sign in to comment.