summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Abdo2019-10-25 10:54:48 +0200
committerThiago Abdo2019-10-25 10:54:48 +0200
commitb1f864e937c09c44a513bf8d0281bfaa0a2694e9 (patch)
tree42979b886f9a2371a39bb8a02039c1bc8e2e5120
parenthttp/centos/anaconda-ks.cfg: fix python path (diff)
downloadpacker-templates-b1f864e937c09c44a513bf8d0281bfaa0a2694e9.tar.gz
packer-templates-b1f864e937c09c44a513bf8d0281bfaa0a2694e9.tar.xz
packer-templates-b1f864e937c09c44a513bf8d0281bfaa0a2694e9.zip
fix so ansible-provisioner does not apear as possible template
Signed-off-by: Thiago Abdo <tjabdo@inf.ufpr.br>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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-<flavor>.yml
FLAVORS := $(patsubst $(ANSIBLE_DIR_PROV)/setup-%.yml,%, $(wildcard $(ANSIBLE_DIR_PROV)/setup-*.yml))