matrix-docker-ansible-deploy/Makefile

8 lines
203 B
Makefile
Raw Normal View History

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