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