[libvirt] [jenkins-ci PATCH 04/22] guests: Install EPEL repo on all CentOS guests

Fabiano Fidêncio fidencio at redhat.com
Mon Dec 9 15:20:45 UTC 2019


EPEL repository should be enabled on all supported CentOS guests as it
brings in packages which are part of the "base packages" for
libvirt-jenkins-ci.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 guests/playbooks/update/tasks/base.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guests/playbooks/update/tasks/base.yml b/guests/playbooks/update/tasks/base.yml
index 5153917..965e442 100644
--- a/guests/playbooks/update/tasks/base.yml
+++ b/guests/playbooks/update/tasks/base.yml
@@ -15,7 +15,6 @@
     state: latest
   when:
     - os_name == 'CentOS'
-    - os_version == '7'
 
 - name: Update installed packages
   package:
-- 
2.23.0




More information about the libvir-list mailing list