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