Skip to content

Commit f0f2485

Browse files
committed
Uncomment ansible pin in ansible-lint linter configuration
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.
1 parent a5b9b58 commit f0f2485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ repos:
166166
# necessary to add the ansible package itself as an
167167
# additional dependency, with the same pinning as is done in
168168
# requirements-test.txt of cisagov/skeleton-ansible-role.
169-
# - ansible>=9,<10
169+
- ansible>=9,<10
170170
# ansible-core 2.16.3 through 2.16.6 suffer from the bug
171171
# discussed in ansible/ansible#82702, which breaks any
172172
# symlinked files in vars, tasks, etc. for any Ansible role

0 commit comments

Comments
 (0)