From 83e5a49a2868bbd762824f8cf9851d73a049706a Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 16 Oct 2023 21:32:53 +1300 Subject: [PATCH] [SKIP CI] Fix linting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0dd3212..753b665 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ test: lint: @echo "Linting with Ansible-lint" @echo - ansible-lint -c ".ansible-lint" + ansible-lint -c ".ansible-lint" --exclude ".venv" @echo @echo "Linting with Yamllint" @echo