Rename "all" target to "config"
This commit is contained in:
4
Makefile
4
Makefile
@@ -5,8 +5,8 @@ pip = pip
|
||||
ansible = venv/bin/ansible-playbook
|
||||
ansible_run = $(activate) && ansible-playbook -e ansible_python_interpreter=/usr/bin/python3 --inventory localhost, --diff --verbose ./playbook.yml ${ANSIBLE_EXTRA_ARGS}
|
||||
|
||||
.PHONY: all
|
||||
all: | venv $(ansible)
|
||||
.PHONY: config
|
||||
config: | venv $(ansible)
|
||||
$(ansible_run)
|
||||
|
||||
.PHONY: update
|
||||
|
||||
Reference in New Issue
Block a user