feat: shutdown template after running playbook

This commit is contained in:
mustard 2026-01-03 04:49:55 +01:00
parent e4a54209e2
commit f76d913fa5

View file

@ -69,3 +69,4 @@ pull/%:
.PHONY: apply .PHONY: apply
apply: apply:
ansible-playbook -i inventory $(APPLY_ARGS).yml ansible-playbook -i inventory $(APPLY_ARGS).yml
qvm-kill $(APPLY_ARGS)