diff --git a/.ansible-lint b/.ansible-lint index 9bccee9..b828245 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -23,3 +23,5 @@ exclude_paths: warn_list: - internal-error - sanity[cannot-ignore] + # TODO: remove once unsupported ansible-core version are dropped + - meta-runtime[unsupported-version] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80390df..d1d1c6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - id: antsibull-changelog-lint-changelog-yaml - repo: https://github.com/ansible/ansible-lint - rev: v6.22.1 + rev: v6.22.2 hooks: - id: ansible-lint name: ansible-lint