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.
1 parent c028711 commit 016d4b1Copy full SHA for 016d4b1
tasks/autodetect.yml
@@ -48,12 +48,12 @@
48
when: libvirt_vm_engine == 'kvm'
49
50
- block:
51
- - name: Detect the qemu emulator binary path
+ - name: Detect the QEMU emulator binary path
52
stat:
53
path: /usr/libexec/qemu-kvm
54
register: kvm_emulator_result
55
56
- - name: Set a fact containing the KVM emulator binary path
+ - name: Set a fact containing the QEMU emulator binary path
57
set_fact:
58
libvirt_vm_emulator: "{{ kvm_emulator_result.stat.path }}"
59
when: kvm_emulator_result.stat.exists
0 commit comments