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

Fabiano Fidêncio posted 22 patches 4 years, 11 months ago
There is a newer version of this series
[libvirt] [jenkins-ci PATCH 04/22] guests: Install EPEL repo on all CentOS guests
Posted by Fabiano Fidêncio 4 years, 11 months ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH 04/22] guests: Install EPEL repo on all CentOS guests
Posted by Andrea Bolognani 4 years, 11 months ago
On Mon, 2019-12-09 at 16:20 +0100, Fabiano Fidêncio wrote:
> 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@redhat.com>
> ---
>  guests/playbooks/update/tasks/base.yml | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list