From d5a0ec68286e2e2536ad2bf514a2b2b0d057bfe8 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 25 Jul 2022 10:43:25 -0700 Subject: [PATCH] Shorten pip installs --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0c07f62..08de9e9 100644 --- a/Makefile +++ b/Makefile @@ -55,9 +55,7 @@ cluster: ansible-cluster venv/bin/ansible: python3 -m venv venv - ./venv/bin/pip install ansible - ./venv/bin/pip install python-consul - ./venv/bin/pip install hvac + ./venv/bin/pip install ansible python-consul hvac .PHONY: ansible-cluster ansible-cluster: venv/bin/ansible