+ when: disk_image_path is undefined and _disk_info is failed
- ansible.builtin.set_fact:
disk_image_path: "{{ downloaded_file.dest }}"
- when: not disk_image_path
+ when: disk_image_path is undefined and _disk_info is failed
# Size according to qemu-img info --output json ../../build/packer/artifacts/qemu/kolab-minimal-0.1/kolab-minimal-0.1.qcow2 | jq -r .[\"virtual-size\"]
# We start off with a fixed amount of memory because the format is different.
# Also, not having enough memory results in rather cryptic installation errors (dracut: FATAL: Failed to find a root filesystem in /tmp/curl_fetch_url1/install.img).