No longer need this external repo.
This commit is contained in:
parent
1d0e806343
commit
b86fc63dcd
3 changed files with 3 additions and 20 deletions
|
@ -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
|
|
|
@ -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
|
|
|
@ -1,13 +1,12 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: install the atomic-reactor copr repo (fedora)
|
- name: install the atomic-reactor copr repo (fedora)
|
||||||
copy:
|
file:
|
||||||
src: "{{files}}/osbs/maxamillion-atomic-reactor-fedora.repo"
|
|
||||||
dest: "/etc/yum.repos.d/maxamillion-atomic-reactor-fedora.repo"
|
dest: "/etc/yum.repos.d/maxamillion-atomic-reactor-fedora.repo"
|
||||||
|
state: absent
|
||||||
when: env == "staging" and is_fedora is defined
|
when: env == "staging" and is_fedora is defined
|
||||||
|
|
||||||
- name: install the atomic-reactor copr repo (epel)
|
- name: install the atomic-reactor copr repo (epel)
|
||||||
copy:
|
file:
|
||||||
src: "{{files}}/osbs/maxamillion-atomic-reactor-epel.repo"
|
|
||||||
dest: "/etc/yum.repos.d/maxamillion-atomic-reactor-epel.repo"
|
dest: "/etc/yum.repos.d/maxamillion-atomic-reactor-epel.repo"
|
||||||
when: env == "staging" and is_rhel is defined
|
when: env == "staging" and is_rhel is defined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue