copr-be-dev: try building epel-8 against rhel+epel

This commit is contained in:
Pavel Raiskup 2022-01-06 10:22:14 +01:00
parent 0ce26e0f8c
commit 2e1b71bf1d

View file

@ -14,6 +14,20 @@
tags:
- provision_config
- name: "Link Mock EPEL 8 configs to rhel+epel-8"
file:
src: "/etc/mock/rhel+epel-8-{{ item }}.cfg"
force: true
path: "/etc/mock/epel-8-{{ item }}.cfg"
state: link
loop:
- x86_64
- aarch64
- ppc64le
tags:
- provision_config
when: devel|bool
- name: resalloc, generate vars.yml file
template:
src: "{{ roles_path }}/copr/backend/templates/provision/{{ item }}"