kvm_host: Add bridge utils

This commit is contained in:
Timo Makinen 2022-10-27 19:00:29 +00:00
parent a80c04369d
commit 44bcd75e37

View file

@ -16,6 +16,7 @@
name: "{{ item }}" name: "{{ item }}"
state: installed state: installed
with_items: with_items:
- bridge-utils
- libvirt - libvirt
- libvirt-daemon - libvirt-daemon
- nss-tools - nss-tools