wip: adding apply to Makefile

This commit is contained in:
mustard 2025-12-12 15:26:10 +01:00
parent a75c02d7b1
commit cf52b04a51

View file

@ -66,4 +66,6 @@ pull/%:
@echo "updated branch $* from $(GUEST)"
.PHONY: apply
apply:
ansible-playbook -i inventory $(APPLY_ARGS).yml