Fix all targets

This commit is contained in:
2020-03-03 17:32:45 +01:00
parent 33244c9726
commit b1e49173ef

View File

@@ -6,7 +6,7 @@ ansible = venv/bin/ansible-playbook
ansible_run = $(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml
.PHONY: all
install: $(ansible)
all: $(ansible)
$(ansible_run)
.PHONY: update