copr-backend: simplify install of infra-tags repo on builders across archs
This commit is contained in:
parent
bd14f29c43
commit
e0d9932207
3 changed files with 1 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
|||
[infrastructure-tags]
|
||||
name=Fedora Infrastructure tag $releasever - $basearch
|
||||
baseurl=https://kojipkgs.fedoraproject.org/repos-dist/f$releasever-infra/latest/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS
|
|
@ -1,5 +1,5 @@
|
|||
- name: put infra repos into yum.repos.d
|
||||
copy: src=files/dnf/{{ ansible_architecture }}/{{ item }} dest=/etc/yum.repos.d
|
||||
copy: src=files/dnf/{{ item }} dest=/etc/yum.repos.d
|
||||
with_items:
|
||||
- infra-tags.repo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue