copr-be-dev: try building epel-8 against rhel+epel
This commit is contained in:
parent
0ce26e0f8c
commit
2e1b71bf1d
1 changed files with 14 additions and 0 deletions
|
@ -14,6 +14,20 @@
|
||||||
tags:
|
tags:
|
||||||
- provision_config
|
- 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
|
- name: resalloc, generate vars.yml file
|
||||||
template:
|
template:
|
||||||
src: "{{ roles_path }}/copr/backend/templates/provision/{{ item }}"
|
src: "{{ roles_path }}/copr/backend/templates/provision/{{ item }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue