浏览代码

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

正在加载...
取消
保存