feat: added virtual env to excluding list in ansible lint
Some checks failed
Lint / Lint (push) Failing after 20s

Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
This commit is contained in:
Louis Vallat 2025-01-08 11:55:59 +01:00
parent c906271429
commit 5417a1568b
Signed by: louis
SSH Key Fingerprint: SHA256:0iPwDU/PZtEy/K13Oar4TzmcunmI9H5U9IsOR3jyT/Q
2 changed files with 3 additions and 1 deletions

View File

@ -4,3 +4,5 @@ skip_list:
exclude_paths:
- .gitea
- venv
- env

View File

@ -18,4 +18,4 @@ jobs:
with:
args: "--show-relpath"
setup_python: "false"
requirements_file: ""
requirements_file: ""