Remove unused targets
This commit is contained in:
parent
ba62740fa9
commit
372b26c105
2 changed files with 2 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -16,8 +16,6 @@ pip_req ?= requirements.txt
|
||||||
inventory:
|
inventory:
|
||||||
ansible-inventory --graph -i inventory.ini
|
ansible-inventory --graph -i inventory.ini
|
||||||
|
|
||||||
$(ansible_req):
|
|
||||||
|
|
||||||
deps: $(ansible_req) $(venv_source)/dep
|
deps: $(ansible_req) $(venv_source)/dep
|
||||||
$(shell mkdir -p $(ansible_roles))
|
$(shell mkdir -p $(ansible_roles))
|
||||||
ifeq ($(wildcard $(ansible_req)),)
|
ifeq ($(wildcard $(ansible_req)),)
|
||||||
|
@ -49,8 +47,6 @@ run: deps
|
||||||
$(venv_source):
|
$(venv_source):
|
||||||
$(python_bin) -m venv $(venv_source)
|
$(python_bin) -m venv $(venv_source)
|
||||||
|
|
||||||
$(pip_req):
|
|
||||||
|
|
||||||
$(venv_source)/dep: $(venv_source) $(pip_req)
|
$(venv_source)/dep: $(venv_source) $(pip_req)
|
||||||
touch $(venv_source)/dep
|
touch $(venv_source)/dep
|
||||||
$(venv_cmd) && pip install -r $(pip_req)
|
$(venv_cmd) && pip install -r $(pip_req)
|
||||||
|
|
2
host_vars/morty.yml
Normal file
2
host_vars/morty.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
test: this is morty
|
Loading…
Add table
Add a link
Reference in a new issue