From cf52b04a5108d34b9ced206e91f39727d4f093f2 Mon Sep 17 00:00:00 2001 From: mustard Date: Fri, 12 Dec 2025 15:26:10 +0100 Subject: [PATCH] wip: adding apply to Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fca6d8f..4a6bc28 100644 --- a/Makefile +++ b/Makefile @@ -66,4 +66,6 @@ pull/%: @echo "updated branch $* from $(GUEST)" - +.PHONY: apply +apply: + ansible-playbook -i inventory $(APPLY_ARGS).yml