summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Janczyk2023-06-15 18:27:38 +0200
committerMichael Janczyk2023-06-15 18:27:38 +0200
commitca64512d07485c11615fa8b781c1125776d488c3 (patch)
tree41c4ba27466d33a0b400d618fc6f86a31d2f1093 /Makefile
parenthttp: rocky: anaconda-ks: remove unused packages. (diff)
downloadpacker-templates-ca64512d07485c11615fa8b781c1125776d488c3.tar.gz
packer-templates-ca64512d07485c11615fa8b781c1125776d488c3.tar.xz
packer-templates-ca64512d07485c11615fa8b781c1125776d488c3.zip
Makefile: remove scp extra args.
ansible-provisioner: change ssh extra args and add scp extra args.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b30a5d4..e544067 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ ifndef ANSIBLE_PROV_EXTRA_ARGS
ANSIBLE_PROV_EXTRA_ARGS :=
endif
-override ANSIBLE_PROV_EXTRA_ARGS += --scp-extra-args,"-O"
+#override ANSIBLE_PROV_EXTRA_ARGS += --scp-extra-args,"-O"
override PACKER_OPTS += -var-file=base.json
ifdef DEBUG