瀏覽代碼

Add Makefile and lint target

pull/1948/head
Slavi Pantaleev 4 年之前
父節點
當前提交
2dc418a416
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      Makefile

+ 7
- 0
Makefile 查看文件

@@ -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…
取消
儲存