Skip to content

Commit

Permalink
ci: Add powertools(crb) repo for c8s
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-vavra-cz committed Jul 31, 2024
1 parent ffc7cab commit ec6aefd
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: 'powertools', url: 'https://vault.centos.org/8-stream/PowerTools/$basearch/os'}
when: buildroot

- name: Install EPEL repository
Expand Down

0 comments on commit ec6aefd

Please sign in to comment.