Skip to content

Commit

Permalink
switch packit role to use rhel chroots
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Feb 8, 2024
1 parent 53105c5 commit a5a2adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/packit/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: setup packit copr
community.general.copr:
name: "packit/{{ packit_org }}-{{ packit_repo }}-{{ packit_pr }}"
chroot: "centos-stream-{{ ansible_distribution_major_version }}-x86_64"
chroot: "rhel-{{ ansible_distribution_major_version }}-x86_64"
loop: "{{ packit_prs | default([]) }}"
vars:
packit_data: "{{ item.lower().replace('https://github.com/', '').replace('/pull', '').split('/') }}"
Expand Down

0 comments on commit a5a2adf

Please sign in to comment.