8 lines
203 B
Makefile
Raw Normal View History

2022-07-18 16:51:33 +03:00
.PHONY: lint
help: ## Show this help.
2022-10-23 18:45:22 +03:00
@grep -F -h "##" $(MAKEFILE_LIST) | grep -v grep | sed -e 's/\\$$//' | sed -e 's/##//'
2022-07-18 16:51:33 +03:00
lint: ## Runs ansible-lint against all roles in the playbook
ansible-lint