Kaynağa Gözat

Add Makefile and lint target

pull/1948/head
Slavi Pantaleev 3 yıl önce
ebeveyn
işleme
2dc418a416
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. +7
    -0
      Makefile

+ 7
- 0
Makefile Dosyayı Görüntüle

@@ -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

Yükleniyor…
İptal
Kaydet