diff options
author | Jonathan Bauer | 2022-03-25 15:46:01 +0100 |
---|---|---|
committer | Jonathan Bauer | 2022-03-25 15:46:01 +0100 |
commit | a15511441905225f30812f6c383abf6246ef449d (patch) | |
tree | 3de92d1432a55431741b012d85c9a5e3f8a93bdb | |
parent | iso_checksum_type -> iso_checksum (diff) | |
download | packer-templates-a15511441905225f30812f6c383abf6246ef449d.tar.gz packer-templates-a15511441905225f30812f6c383abf6246ef449d.tar.xz packer-templates-a15511441905225f30812f6c383abf6246ef449d.zip |
do not use backing file for now
until the packer call adapts to the newer syntax of qemu-img
-rw-r--r-- | ansible-provisioner.json | 2 |
1 files changed, 1 insertions, 1 deletions
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` }}", |