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
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