Skip to content

Commit d676ee4

Browse files
author
Will Miller
committed
Stop QEMU binary detection from reporting changed
1 parent b396f39 commit d676ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/autodetect.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- name: Detect the QEMU emulator binary path
4141
shell: which qemu-system-{{ libvirt_vm_arch }}
4242
register: qemu_emulator_result
43+
changed_when: false
4344

4445
- name: Set a fact containing the QEMU emulator binary path
4546
set_fact:

0 commit comments

Comments
 (0)