Skip to content

Commit

Permalink
examples: install required qemu-system-x86 package for bridge helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Sep 14, 2023
1 parent 20c63da commit 57d85a8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
create: true
become: true

- name: Ensure QEMU binaries are available
ansible.builtin.package:
name: qemu-system-x86
become: true

- name: Ensure qemu-bridge-helper is setuid
ansible.builtin.file:
path: /usr/lib/qemu/qemu-bridge-helper
Expand Down

0 comments on commit 57d85a8

Please sign in to comment.