diff options
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)) |