Skip to content

Commit bcf0eb0

Browse files
committed
Bump ansible-lint to v25.8.1 (last release)
This is required because the old version currently used fails with ModuleNotFoundError: No module named 'ansible.parsing.yaml.constructor'
1 parent a05cdd1 commit bcf0eb0

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
@@ -16,7 +16,7 @@ repos:
1616
files: .*\.(yaml|yml)$
1717
args: [--allow-multiple-documents]
1818
- repo: https://github.com/ansible/ansible-lint
19-
rev: v6.22.1
19+
rev: v25.8.1
2020
hooks:
2121
- id: ansible-lint
2222
entry: env ANSIBLE_ROLES_PATH=./tests/roles:$ANSIBLE_ROLES_PATH ANSIBLE_LIBRARY=./tests/plugins/modules:$ANSIBLE_LIBRARY ansible-lint

0 commit comments

Comments
 (0)