Skip to content

Commit 016d4b1

Browse files
authored
Make task names more consistent
1 parent c028711 commit 016d4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/autodetect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
when: libvirt_vm_engine == 'kvm'
4949

5050
- block:
51-
- name: Detect the qemu emulator binary path
51+
- name: Detect the QEMU emulator binary path
5252
stat:
5353
path: /usr/libexec/qemu-kvm
5454
register: kvm_emulator_result
5555

56-
- name: Set a fact containing the KVM emulator binary path
56+
- name: Set a fact containing the QEMU emulator binary path
5757
set_fact:
5858
libvirt_vm_emulator: "{{ kvm_emulator_result.stat.path }}"
5959
when: kvm_emulator_result.stat.exists

0 commit comments

Comments
 (0)