summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2e1c864..9c78459 100644
--- a/Makefile
+++ b/Makefile
@@ -45,3 +45,7 @@ https:
.PHONY: devops
devops:
$(BIN)/ansible-playbook -e @vault.yaml playbooks/devops.yaml
+
+.PHONY: git
+git:
+ $(BIN)/ansible-playbook -e @vault.yaml playbooks/git.yaml