summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos/tasks/main.yaml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-07-08 13:39:23 -0400
committerGitHub <noreply@github.com>2016-07-08 13:39:23 -0400
commit1075e527eb4cfedaff503a9cbdc86d03a58d0477 (patch)
tree43b5e8151b3c2e9953fc69b7eaa558d442d08e8b /roles/openshift_repos/tasks/main.yaml
parent69b47af2aa3986ac18d5fdddf5dc6ed478fe08c4 (diff)
parent7b82bb60884ef138ce9adfb08d76748c391d18d9 (diff)
downloadopenshift-1075e527eb4cfedaff503a9cbdc86d03a58d0477.tar.gz
openshift-1075e527eb4cfedaff503a9cbdc86d03a58d0477.tar.bz2
openshift-1075e527eb4cfedaff503a9cbdc86d03a58d0477.tar.xz
openshift-1075e527eb4cfedaff503a9cbdc86d03a58d0477.zip
Merge pull request #2128 from sdodson/rhel-origin
Don't special case origin on centos
Diffstat (limited to 'roles/openshift_repos/tasks/main.yaml')
-rw-r--r--roles/openshift_repos/tasks/main.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/openshift_repos/tasks/main.yaml b/roles/openshift_repos/tasks/main.yaml
index 32d66132e..d8e43438a 100644
--- a/roles/openshift_repos/tasks/main.yaml
+++ b/roles/openshift_repos/tasks/main.yaml
@@ -78,7 +78,3 @@
- "fedora-{{ openshift_deployment_type }}/repos/*"
notify: refresh cache
when: (ansible_distribution == "Fedora") and not openshift.common.is_containerized | bool
-
-- name: Configure the CentOS PaaS SIG repos if needed
- include: centos_sig.yaml
- when: not openshift.common.is_containerized | bool and deployment_type == 'origin' and ansible_distribution != 'Fedora'