]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
builder.yml: Get libvirt-devel from CRB 2629/head
authorDavid Galloway <david.galloway@ibm.com>
Wed, 24 Jun 2026 20:28:15 +0000 (16:28 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Wed, 24 Jun 2026 20:28:15 +0000 (16:28 -0400)
Tested on CentOS 9 Stream and Rocky 10

Signed-off-by: David Galloway <david.galloway@ibm.com>
ansible/examples/builder.yml

index 12800f390ca2373effd722c5e2f2faa4601831bc..9d039a2b0a536fe84fc39b8ed636710be7aaa4dc 100644 (file)
         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