From fed875f852b552c7e12db4a567e1d2a88613957b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 25 Jul 2022 10:43:25 -0700 Subject: [PATCH] Shorten pip installs --- nomad/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nomad/Makefile b/nomad/Makefile index 0c07f62..08de9e9 100644 --- a/nomad/Makefile +++ b/nomad/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