Fix bug on installation repos definition
This commit is contained in:
parent
723163d552
commit
3a6c0ba123
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue