From a15511441905225f30812f6c383abf6246ef449d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 25 Mar 2022 15:46:01 +0100 Subject: do not use backing file for now until the packer call adapts to the newer syntax of qemu-img --- ansible-provisioner.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-provisioner.json b/ansible-provisioner.json index 03aebf5..2a01b40 100644 --- a/ansible-provisioner.json +++ b/ansible-provisioner.json @@ -12,7 +12,7 @@ "accelerator": "kvm", "disk_image": "true", "skip_compaction": "true", - "use_backing_file": "true", + "use_backing_file": "false", "disk_size": "{{ user `disk_size` }}", "format": "qcow2", "headless": "{{ user `headless` }}", -- cgit v1.2.3-55-g7522