Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
overmind
/
matrix-docker-ansible-deploy
miroir de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
Add Makefile and lint target
pull/1948/head
Slavi Pantaleev
il y a 3 ans
Parent
8ad1fa085e
révision
2dc418a416
1 fichiers modifiés
avec
7 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+7
-0
Makefile
+ 7
- 0
Makefile
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer