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 b396f39 commit d676ee4Copy full SHA for d676ee4
tasks/autodetect.yml
@@ -40,6 +40,7 @@
40
- name: Detect the QEMU emulator binary path
41
shell: which qemu-system-{{ libvirt_vm_arch }}
42
register: qemu_emulator_result
43
+ changed_when: false
44
45
- name: Set a fact containing the QEMU emulator binary path
46
set_fact:
0 commit comments