diff --git a/Makefile b/Makefile index b0877a0..36f9a38 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,9 @@ ansible = venv/bin/ansible-playbook dotbot = _dotbot/bin/dotbot .PHONY: all -install: $(ansible) submodules +install: $(ansible) $(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml -.PHONY: submodules -submodules: $(dotbot) - $(dotbot): git submodule update --init _dotbot