copr-backend: simplify install of infra-tags repo on builders across archs

This commit is contained in:
clime 2017-12-12 12:09:32 +01:00
parent bd14f29c43
commit e0d9932207
3 changed files with 1 additions and 7 deletions

View file

@ -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

View file

@ -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