virthost: install libvirt/virt-install/qemu-kvm on rhel8 virthosts.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-12-04 23:15:01 +00:00 committed by Pierre-Yves Chibon
parent 3e39d559a2
commit e2cfa920cc

View file

@ -47,6 +47,16 @@
- packages
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 7 and ansible_architecture != 'aarch64'
- name: install libvirt packages on rhel8 virthosts
package: name={{ item }} state=present
with_items:
- qemu-kvm
- libvirt
- virt-install
tags:
- packages
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 8
- name: install AAVMF uEFI tianocore on aarch64 rhel7 virthosts
package: name={{ item }} state=present
with_items: