Remove dotbot and update relevant docs
This commit is contained in:
4
Makefile
4
Makefile
@@ -3,15 +3,11 @@ requirements = requirements.txt
|
||||
activate = . $(venv)/bin/activate
|
||||
pip = pip
|
||||
ansible = venv/bin/ansible-playbook
|
||||
dotbot = _dotbot/bin/dotbot
|
||||
|
||||
.PHONY: all
|
||||
install: $(ansible)
|
||||
$(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml
|
||||
|
||||
$(dotbot):
|
||||
git submodule update --init _dotbot
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf venv
|
||||
|
||||
Reference in New Issue
Block a user