From c11b2af89d770a50e9565e2040b493e660c9d58d Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:16:23 +0300 Subject: [PATCH] CI: add ignore list for Ansible sanity for 2.19 (#850) Signed-off-by: Sagi Shnaidman --- tests/sanity/ignore-2.19.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/sanity/ignore-2.19.txt diff --git a/tests/sanity/ignore-2.19.txt b/tests/sanity/ignore-2.19.txt new file mode 100644 index 0000000..8b29803 --- /dev/null +++ b/tests/sanity/ignore-2.19.txt @@ -0,0 +1,3 @@ +tests/integration/targets/connection_buildah/runme.sh shellcheck:SC2086 +tests/integration/targets/connection_podman/runme.sh shellcheck:SC2086 +tests/integration/targets/podman_play/tasks/files/multi-yaml.yml yamllint!skip