copr-hypervisor: work-around Copr Ansible plugin for RHEL 8 target

This commit is contained in:
Pavel Raiskup 2022-05-17 09:59:41 +02:00
parent d0c0de1033
commit 1f659b735b

View file

@ -169,6 +169,9 @@
community.general.copr:
state: enabled
name: praiskup/helpers
# TODO: fix error in the Copr Ansible module:
# Chroot rhel-8.5-ppc64le does not exist in praiskup/helpers
chroot: "{{ 'epel-8-x86_64' if ansible_distribution != 'Fedora' else 'fedora-36-x86_64' }}"
tags:
- update_helpers
- packages