Skip to content

Commit

Permalink
centos-8: Add powertools(crb) repo for c8s
Browse files Browse the repository at this point in the history
The repo crb is named differently on c8s and it was missing there.
  • Loading branch information
jakub-vavra-cz authored and pbrezina committed Aug 2, 2024
1 parent 9e23d49 commit 2ebf336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ansible/roles/packages/tasks/CentOS8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name:
- dnf-plugins-core

- name: Install buildroot
- name: Install additional repos
template:
src: repo
dest: '/etc/yum.repos.d/{{ item.name }}.repo'
Expand All @@ -15,6 +15,7 @@
mode: 0644
with_items:
- {name: 'buildroot', url: 'https://kojihub.stream.centos.org/kojifiles/repos/c8s-build/latest/$basearch'}
- {name: 'crb', url: 'http://vault.centos.org/centos/8-stream/PowerTools/$basearch/os/'}
when: buildroot

- name: Install EPEL repository
Expand Down

0 comments on commit 2ebf336

Please sign in to comment.