We do not need these repos anymore
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
fb208fe294
commit
1bcac6b80e
3 changed files with 0 additions and 14 deletions
|
@ -74,7 +74,6 @@
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
|
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
|
||||||
- import_tasks: "{{ tasks_path }}/osbs_repos.yml"
|
|
||||||
- import_tasks: "{{ tasks_path }}/osbs_koji_token.yml"
|
- import_tasks: "{{ tasks_path }}/osbs_koji_token.yml"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
|
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
|
||||||
- import_tasks: "{{ tasks_path }}/osbs_repos.yml"
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- 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
|
|
Loading…
Add table
Add a link
Reference in a new issue