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