No longer need this external repo.

This commit is contained in:
Kevin Fenzi 2018-06-25 19:21:48 +00:00
parent 1d0e806343
commit b86fc63dcd
3 changed files with 3 additions and 20 deletions

View file

@ -1,8 +0,0 @@
[maxamillion-atomic-reactor]
name=Copr repo for atomic-reactor owned by maxamillion
baseurl=https://copr-be.cloud.fedoraproject.org/results/maxamillion/atomic-reactor/epel-7-$basearch/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/maxamillion/atomic-reactor/pubkey.gpg
enabled=1
enabled_metadata=1

View file

@ -1,8 +0,0 @@
[maxamillion-atomic-reactor]
name=Copr repo for atomic-reactor owned by maxamillion
baseurl=https://copr-be.cloud.fedoraproject.org/results/maxamillion/atomic-reactor/fedora-$releasever-$basearch/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/maxamillion/atomic-reactor/pubkey.gpg
enabled=1
enabled_metadata=1

View file

@ -1,13 +1,12 @@
---
- name: install the atomic-reactor copr repo (fedora)
copy:
src: "{{files}}/osbs/maxamillion-atomic-reactor-fedora.repo"
file:
dest: "/etc/yum.repos.d/maxamillion-atomic-reactor-fedora.repo"
state: absent
when: env == "staging" and is_fedora is defined
- name: install the atomic-reactor copr repo (epel)
copy:
src: "{{files}}/osbs/maxamillion-atomic-reactor-epel.repo"
file:
dest: "/etc/yum.repos.d/maxamillion-atomic-reactor-epel.repo"
when: env == "staging" and is_rhel is defined