mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
We do not need these repos anymore
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
|
||||
- import_tasks: "{{ tasks_path }}/osbs_repos.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user