diff options
author | Thiago Abdo | 2019-10-25 10:54:48 +0200 |
---|---|---|
committer | Thiago Abdo | 2019-10-25 10:54:48 +0200 |
commit | b1f864e937c09c44a513bf8d0281bfaa0a2694e9 (patch) | |
tree | 42979b886f9a2371a39bb8a02039c1bc8e2e5120 /Makefile | |
parent | http/centos/anaconda-ks.cfg: fix python path (diff) | |
download | packer-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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |