Skip to content

Commit

Permalink
Uncomment ansible pin in ansible-lint linter configuration
Browse files Browse the repository at this point in the history
We require ansible when running the ansible-lint linter because this
role uses an Ansible module that is included as part of ansible, not
ansible-core.
  • Loading branch information
jsf9k committed Jun 8, 2024
1 parent a5b9b58 commit f0f2485
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 @@ -166,7 +166,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 f0f2485

Please sign in to comment.