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