Fix bug on installation repos definition

This commit is contained in:
Adrien Reslinger 2019-11-19 09:09:18 +01:00
parent 723163d552
commit 3a6c0ba123
2 changed files with 3 additions and 1 deletions

View file

@ -2,3 +2,5 @@
- name: Define libvirt-latest CentOS repo - name: Define libvirt-latest CentOS repo
template: src=CentOS-libvirt-latest.repo.j2 dest=/etc/yum.repos.d/CentOS-libvirt-latest.repo owner=root group=root mode=0644 template: src=CentOS-libvirt-latest.repo.j2 dest=/etc/yum.repos.d/CentOS-libvirt-latest.repo owner=root group=root mode=0644
- name: install repo packages
package: name="centos-release-qemu-ev" state=latest update_cache=yes

View file

@ -1,6 +1,6 @@
--- ---
libvirt_kvm_packages: libvirt_kvm_packages:
- centos-release-qemu-ev # - centos-release-qemu-ev
- qemu-kvm-ev - qemu-kvm-ev
- OVMF - OVMF
- libvirt-daemon-kvm - libvirt-daemon-kvm