wip: adding apply to Makefile
This commit is contained in:
parent
a75c02d7b1
commit
cf52b04a51
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -66,4 +66,6 @@ pull/%:
|
|||
|
||||
@echo "updated branch $* from $(GUEST)"
|
||||
|
||||
|
||||
.PHONY: apply
|
||||
apply:
|
||||
ansible-playbook -i inventory $(APPLY_ARGS).yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue