mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-04 09:21:39 -05:00
Add Makefile and lint target
This commit is contained in:
parent
8ad1fa085e
commit
2dc418a416
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal 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
|
Loading…
Add table
Reference in a new issue