From 372b26c1052a393e4cd2cb32018bb7c7de199b59 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 4 Dec 2022 23:08:57 +0100 Subject: [PATCH] Remove unused targets --- Makefile | 4 ---- host_vars/morty.yml | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 host_vars/morty.yml diff --git a/Makefile b/Makefile index 2e8b784..1086c62 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,6 @@ pip_req ?= requirements.txt inventory: ansible-inventory --graph -i inventory.ini -$(ansible_req): - deps: $(ansible_req) $(venv_source)/dep $(shell mkdir -p $(ansible_roles)) ifeq ($(wildcard $(ansible_req)),) @@ -49,8 +47,6 @@ run: deps $(venv_source): $(python_bin) -m venv $(venv_source) -$(pip_req): - $(venv_source)/dep: $(venv_source) $(pip_req) touch $(venv_source)/dep $(venv_cmd) && pip install -r $(pip_req) diff --git a/host_vars/morty.yml b/host_vars/morty.yml new file mode 100644 index 0000000..8f98031 --- /dev/null +++ b/host_vars/morty.yml @@ -0,0 +1,2 @@ +--- +test: this is morty