Skip to content

Commit

Permalink
Stop QEMU binary detection from reporting changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Miller committed Aug 23, 2018
1 parent b396f39 commit d676ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/autodetect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- name: Detect the QEMU emulator binary path
shell: which qemu-system-{{ libvirt_vm_arch }}
register: qemu_emulator_result
changed_when: false

- name: Set a fact containing the QEMU emulator binary path
set_fact:
Expand Down

0 comments on commit d676ee4

Please sign in to comment.