diff --git a/Makefile b/Makefile index 273089c..5275305 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ ansible-cluster: $(VENV) ansible_galaxy .PHONY: bootstrap-values bootstrap-values: $(VENV) - env NOMAD_ADDR=192.168.2.101 \ + env NOMAD_ADDR=http://192.168.2.101:4646 \ NOMAD_TOKEN=$(shell jq -r .SecretID nomad_bootstrap.json) \ $(VENV)/bin/python ./nomad_vars.py