From f646aa83eb3d387b7b78e9d64198503a6bb6b149 Mon Sep 17 00:00:00 2001 From: vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> Date: Mon, 20 May 2024 22:36:03 +0200 Subject: [PATCH] [stable/2023.1] Ignore ansible-lint warnings about storpool files and zuul.d dir (#1228) This is an automated cherry-pick of #1210 /assign mnaser /cherrypick stable/zed --- .ansible-lint | 2 ++ galaxy.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index 99ed62575..c81fa73ed 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -8,6 +8,8 @@ exclude_paths: - plugins/filter - roles/defaults/vars/main.yml - roles/kube_prometheus_stack/files/jsonnet + - roles/storpool_csi/files + - zuul.d mock_roles: - opendev.container_registry diff --git a/galaxy.yml b/galaxy.yml index 1642176b7..3cd174d1b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -46,6 +46,7 @@ build_ignore: - .flake8 - .gitignore - .markdownlint.yaml + - .mypy_cache - .pre-commit-config.yaml - .python-version - .release-please-manifest.json