[SKIP CI] Fix linting

This commit is contained in:
2023-10-16 21:32:53 +13:00
parent 93641c3cf8
commit 83e5a49a28

View File

@@ -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