From a5efe0c21b66df273ae8e6f7d4f05a48eed8580b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 9 May 2023 13:13:28 -0700 Subject: [PATCH] Fix variable bootstrap address --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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