From aca6b8fdeae8652b30632c8bc988d6819c6c6eb9 Mon Sep 17 00:00:00 2001 From: Yuriy Novostavskiy Date: Fri, 17 Jan 2025 10:13:24 +0000 Subject: [PATCH] add meta-runtime[unsupported-version] to linter exclude support of ansible-core 2.14.0 dropped in kubernetes.core 5.0.0 and 3.x.y should keep support of ansible-core 2.14.x that reach EOM --- .config/ansible-lint-ignore.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/ansible-lint-ignore.txt b/.config/ansible-lint-ignore.txt index b089a5a252..6decc8d839 100644 --- a/.config/ansible-lint-ignore.txt +++ b/.config/ansible-lint-ignore.txt @@ -1,2 +1,3 @@ # no-changed-when is not requried for examples plugins/connection/kubectl.py no-changed-when +meta/runtime.yml meta-runtime[unsupported-version]