ITPLT-3650 upgrade ansible-core to 2.16 and other dependencies to latest versions

This commit is contained in:
Lee Goolsbee
2024-04-26 13:05:24 -05:00
parent e5af2cf649
commit cff27677c6
4 changed files with 843 additions and 732 deletions

View File

@@ -3,7 +3,7 @@ default_install_hook_types: [pre-commit, prepare-commit-msg]
default_stages: [pre-commit]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-executables-have-shebangs
- id: check-merge-conflict
@@ -12,21 +12,21 @@ repos:
exclude: '(vault.yml.template|filter_catalina.yaml.j2)'
- id: trailing-whitespace
- repo: https://github.com/avilaton/add-msg-issue-prefix-hook
rev: v0.0.9
rev: v0.0.11
hooks:
- id: add-msg-issue-prefix
args:
- --template={}
- --pattern=[a-zA-Z0-9]{1,10}-[0-9]{1,6}
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.12.2
rev: v24.2.2
hooks:
- id: ansible-lint
additional_dependencies:
- .
- ansible-core==2.13.10
- ansible-core==2.16.6
- jmespath
language_version: python3.8
language_version: python3.11
- repo: https://github.com/IamTheFij/ansible-pre-commit.git
rev: v0.1.2
hooks: