Remove dotbot in Makefile
This commit is contained in:
5
Makefile
5
Makefile
@@ -6,12 +6,9 @@ ansible = venv/bin/ansible-playbook
|
|||||||
dotbot = _dotbot/bin/dotbot
|
dotbot = _dotbot/bin/dotbot
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
install: $(ansible) submodules
|
install: $(ansible)
|
||||||
$(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml
|
$(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml
|
||||||
|
|
||||||
.PHONY: submodules
|
|
||||||
submodules: $(dotbot)
|
|
||||||
|
|
||||||
$(dotbot):
|
$(dotbot):
|
||||||
git submodule update --init _dotbot
|
git submodule update --init _dotbot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user