---
- name: Ensure QEMU and libvirt are installed
  become: false
  community.general.homebrew:
    name:
      - qemu
      - libvirt
    state: "{{ app_state | default('present') }}"
