summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Bauer2023-03-09 16:57:40 +0100
committerJonathan Bauer2023-03-09 16:57:40 +0100
commit27d07fa128ebe4b5d23d37a90a37e6e4beb92923 (patch)
treea496870f067977e84de37d746f941dfdba7042ba /Makefile
parentansible-provisioner fix (diff)
downloadpacker-templates-27d07fa128ebe4b5d23d37a90a37e6e4beb92923.tar.gz
packer-templates-27d07fa128ebe4b5d23d37a90a37e6e4beb92923.tar.xz
packer-templates-27d07fa128ebe4b5d23d37a90a37e6e4beb92923.zip
finalize rocky9 support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b9b628b..b30a5d4 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,8 @@ ifndef ANSIBLE_PROV_EXTRA_ARGS
ANSIBLE_PROV_EXTRA_ARGS :=
endif
+override ANSIBLE_PROV_EXTRA_ARGS += --scp-extra-args,"-O"
+
override PACKER_OPTS += -var-file=base.json
ifdef DEBUG
VERBOSE := 1
@@ -201,7 +203,7 @@ $(BOOTTARGETS) $(CURBOOTTARGETS):
-var='output_directory=$(BUILD_DIR)/tmp' \
-var='base_image=$(BUILD_DIR)/rootfs-image' \
-var='playbook=$(ANSIBLE_DIR_CORE)/slx-builder.yml' \
- -var="extra_ansible_args=-t,install,-t,build" \
+ -var='extra_ansible_args=-t,install,-t,build' \
-var='extra_ansible_args=$(ANSIBLE_PROV_EXTRA_ARGS)' \
ansible-provisioner.json
@mkdir -p $(BUILD_DIR)/boot