summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-11-13 11:58:27 +0100
committerJonathan Bauer2018-11-13 11:58:27 +0100
commit079e4b70245da0dd8e9f0259b1181aebba521c3b (patch)
treee0e36b154fa6b38d47bcb711ca4b3f7d40a4d74a
parentMakefile: introduce ANSIBLE_PROV_EXTRA_ARGS (diff)
downloadpacker-templates-079e4b70245da0dd8e9f0259b1181aebba521c3b.tar.gz
packer-templates-079e4b70245da0dd8e9f0259b1181aebba521c3b.tar.xz
packer-templates-079e4b70245da0dd8e9f0259b1181aebba521c3b.zip
Makefile: fix formatting issue
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4e456e..ba3e0d6 100644
--- a/Makefile
+++ b/Makefile
@@ -154,7 +154,7 @@ $(foreach flav, $(FLAVORS), %/$(flav)): %/base
-var='output_directory=$(BUILD_DIR)/build' \
-var='base_image=$(@D)/base/rootfs-image' \
-var='playbook=$(BUILD_DIR)/$(ANSIBLE_DIR_PROV)/setup-$(@F).yml' \
- -var='extra_ansible_args=$(ANSIBLE_PROV_EXTRA_ARGS)' \
+ -var='extra_ansible_args=$(ANSIBLE_PROV_EXTRA_ARGS)' \
ansible-provisioner.json