fix lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-06-04 10:59:19 +02:00
parent 2630399d24
commit bd9c69b749
2 changed files with 32 additions and 11 deletions

View file

@ -1,6 +1,11 @@
---
- 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: Retreive CentOS SIG Virtualization key
get_url:
@ -9,4 +14,7 @@
mode: 0644
- name: install repo packages
package: name="centos-release-qemu-ev" state=latest update_cache=yes
package:
name: "centos-release-qemu-ev"
state: present
update_cache: yes