[libvirt] [jenkins-ci PATCH v2 6/8] guests: Enable PowerTools repo on CentOS 8 guests

Andrea Bolognani abologna at redhat.com
Wed Dec 11 09:32:21 UTC 2019


On Tue, 2019-12-10 at 16:38 +0100, Fabiano Fidêncio wrote:
> +++ b/guests/playbooks/update/tasks/base.yml
> +- name: Enable PowerTools repository
> +  command: '{{ package_manager }} config-manager --set-enabled PowerTools -y'
> +  args:
> +    warn: no
> +  when:
> +    - os_name == 'CentOS'
> +    - os_version == '8'

Same comment as the one I just made for EPEL: you need to make sure
this line ends up in the generated Dockerfile too.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list