feat: shutdown template after running playbook
This commit is contained in:
parent
e4a54209e2
commit
f76d913fa5
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue