diff --git a/Makefile b/Makefile index da0e5ea..499db92 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ lint: @echo @echo "Linting with Ansible-lint" @echo - ansible-lint . + ansible-lint -c ".ansible-lint" yamllint .