We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbc5b68 + fdfa594 commit 0a35548Copy full SHA for 0a35548
tasks/autodetect.yml
@@ -26,7 +26,7 @@
26
{%- else -%}
27
qemu
28
{%- endif -%}
29
- when: libvirt_vm_engine is none
+ when: libvirt_vm_engine is none or libvirt_vm_engine | length == 0
30
31
- name: Detect the virtualisation emulator
32
block:
@@ -62,4 +62,4 @@
62
fail:
63
msg: Unable to detect emulator for engine {{ libvirt_vm_engine }}.
64
when: libvirt_vm_emulator is none
65
- when: libvirt_vm_emulator is none
+ when: libvirt_vm_emulator is none or libvirt_vm_emulator | length == 0
0 commit comments