summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-11-13 11:56:11 +0100
committerJonathan Bauer2018-11-13 11:56:11 +0100
commit3408bd91b00d5ad96704237ea7a5207ab99c00eb (patch)
tree11c3596468788119f94cbce08599011b5a7c84df
parentremove submodule (diff)
downloadpacker-templates-3408bd91b00d5ad96704237ea7a5207ab99c00eb.tar.gz
packer-templates-3408bd91b00d5ad96704237ea7a5207ab99c00eb.tar.xz
packer-templates-3408bd91b00d5ad96704237ea7a5207ab99c00eb.zip
Makefile: change default value for ANSIBLE_DIR_CORE
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25430d1..07c5778 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# * support ssh as user instead of root
# * testing target
PACKER ?= packer
-ANSIBLE_DIR_CORE ?= ansible-roles
+ANSIBLE_DIR_CORE ?= ansible-dracut
ANSIBLE_DIR_PROV ?= ansible-roles-prov
HASHER ?= sha256sum
SHELL := /usr/bin/env bash