summaryrefslogtreecommitdiffstats
path: root/roles/repos/tasks
diff options
context:
space:
mode:
authorTroy Dawson <tdawson@redhat.com>2015-02-17 08:37:32 -0600
committerTroy Dawson <tdawson@redhat.com>2015-02-17 09:00:11 -0600
commit5825d847da539256de3a7e4eef2dcbc38c198d0a (patch)
tree0a5d9b1c8f6b74ece023bb85535ba5cd82ba7e49 /roles/repos/tasks
parent9fed3621012fa21e87e46c704904895bf26cfa1f (diff)
downloadopenshift-5825d847da539256de3a7e4eef2dcbc38c198d0a.tar.gz
openshift-5825d847da539256de3a7e4eef2dcbc38c198d0a.tar.bz2
openshift-5825d847da539256de3a7e4eef2dcbc38c198d0a.tar.xz
openshift-5825d847da539256de3a7e4eef2dcbc38c198d0a.zip
remove the add-hoc docker repo
Fix up libra candidate repo config file Fix up rhel 7 rhui repo config file Add rhel 7 rhui extras repo, which has docker in it Separate rhel 7 extras into its own config file Add rhel 7 extras so that we have docker
Diffstat (limited to 'roles/repos/tasks')
-rw-r--r--roles/repos/tasks/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/repos/tasks/main.yaml b/roles/repos/tasks/main.yaml
index 3b66bb392..e5c9a7f92 100644
--- a/roles/repos/tasks/main.yaml
+++ b/roles/repos/tasks/main.yaml
@@ -3,8 +3,8 @@
- name: Ensure rhel 7 libra candidate exists in yum.repos.d
copy: src=rhel-7-libra-candidate.repo dest=/etc/yum.repos.d/rhel-7-libra-candidate.repo
-- name: Ensure a docker repo is laid down
- copy: src=docker.repo dest=/etc/yum.repos.d/docker.repo
+- name: Ensure rhel 7 extras exists in yum.repos.d
+ copy: src=oso-rhui-rhel-7-extras.repo dest=/etc/yum.repos.d/oso-rhui-rhel-7-extras.repo
- name: Ensure the kubernetes repo is available
copy: src=epel7-kubernetes.repo dest=/etc/yum.repos.d/epel7-kubernetes.repo