@@ -1,3 +1,14 @@
ansible-lint:
@echo "Linting with ansible-lint"
@ansible-lint .
yamllint:
@echo "Linting with yamllint"
@yamllint .
lint: yamllint ansible-lint
@echo "Finished linting!"
rename:
@scripts/rename.sh
The note is not visible to the blocked user.