summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eec8c62..c294f05 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,9 @@ ifdef DEBUG
PACKER_OPTS += -debug
endif
+ifdef WINDOW
+ PACKER_OPTS += -var='headless=false'
+endif
# We support parallel Provisioning packer builds.
# To ensure data consistency we save the used ansible roles before executing in
@@ -69,8 +72,6 @@ endif
ifdef VERBOSE
- PACKER_OPTS += -var='headless=false'
-
$(info root password: $(ROOTPW))
$(info hasher: $(HASHER))
$(info )