From b1f864e937c09c44a513bf8d0281bfaa0a2694e9 Mon Sep 17 00:00:00 2001 From: Thiago Abdo Date: Fri, 25 Oct 2019 10:54:48 +0200 Subject: fix so ansible-provisioner does not apear as possible template Signed-off-by: Thiago Abdo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89f473e..d8cef19 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ override PROVISIONER = $(BUILDER_$(PROVISIONER_SELECTED)_PROV) # The packer templates, detected as *.json (excluding base.json) -TEMPLATES := $(basename $(filter-out base.json,$(wildcard *.json))) +TEMPLATES := $(basename $(filter-out base.json ansible-provisioner.json,$(wildcard *.json))) # The provisioning flavors, detected as ansible-roles/setup-.yml FLAVORS := $(patsubst $(ANSIBLE_DIR_PROV)/setup-%.yml,%, $(wildcard $(ANSIBLE_DIR_PROV)/setup-*.yml)) -- cgit v1.2.3-55-g7522