Add Makefile and lint target

This commit is contained in:
Slavi Pantaleev 2022-07-18 16:51:33 +03:00
parent 8ad1fa085e
commit 2dc418a416
1 changed files with 7 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: lint
help: ## Show this help.
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'
lint: ## Runs ansible-lint against all roles in the playbook
ansible-lint