We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91afd1b commit ee6d56cCopy full SHA for ee6d56c
.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
58
59
# Ansible linting ############################################################
60
- repo: https://github.com/ansible-community/ansible-lint
61
- rev: v25.9.0
+ rev: v25.9.1
62
hooks:
63
- id: ansible-lint
64
name: Ansible-lint
@@ -67,4 +67,4 @@ repos:
67
pass_filenames: false
68
always_run: true
69
additional_dependencies:
70
- - ansible-core>=2.16.5
+ - ansible-core==2.19.2
0 commit comments