From: David Galloway Date: Wed, 24 Jun 2026 20:28:15 +0000 (-0400) Subject: builder.yml: Get libvirt-devel from CRB X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d32652106fa50da4ed35e6e3aced2b8c1b8d1afa;p=ceph-build.git builder.yml: Get libvirt-devel from CRB Tested on CentOS 9 Stream and Rocky 10 Signed-off-by: David Galloway --- diff --git a/ansible/examples/builder.yml b/ansible/examples/builder.yml index 12800f390..9d039a2b0 100644 --- a/ansible/examples/builder.yml +++ b/ansible/examples/builder.yml @@ -623,11 +623,11 @@ disablerepo: epel when: ansible_os_family == "RedHat" - - name: Install RPMs with EPEL + - name: Install RPMs with EPEL,CRB yum: name: "{{ epel_rpms|default([]) }}" state: latest - enablerepo: epel + enablerepo: "epel,crb" when: ansible_os_family == "RedHat" - name: Install Suse RPMs