We do not need these repos anymore

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-07-05 11:22:32 +02:00
parent fb208fe294
commit 1bcac6b80e
3 changed files with 0 additions and 14 deletions

View file

@ -74,7 +74,6 @@
pre_tasks:
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
- import_tasks: "{{ tasks_path }}/osbs_repos.yml"
- import_tasks: "{{ tasks_path }}/osbs_koji_token.yml"
roles:

View file

@ -18,7 +18,6 @@
pre_tasks:
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
- import_tasks: "{{ tasks_path }}/osbs_repos.yml"
roles:
- base

View file

@ -1,12 +0,0 @@
---
- name: install the atomic-reactor copr repo (fedora)
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)
file:
dest: "/etc/yum.repos.d/maxamillion-atomic-reactor-epel.repo"
when: env == "staging" and is_rhel is defined