matrix-docker-ansible-deploy/Makefile

8 lines
203 B
Makefile
Raw Normal View History

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