summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos/tasks/main.yaml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-07-06 15:38:06 -0400
committerScott Dodson <sdodson@redhat.com>2016-07-06 15:38:06 -0400
commit79120836a6332ab23ced4cc74112f41b26bd337f (patch)
tree712c72dbe1c7aa39b69e82ccd05674f4cf93f566 /roles/openshift_repos/tasks/main.yaml
parent4f6d1b8dc386e44e80e9a3d8f4ac449cf7eab92a (diff)
downloadopenshift-79120836a6332ab23ced4cc74112f41b26bd337f.tar.gz
openshift-79120836a6332ab23ced4cc74112f41b26bd337f.tar.bz2
openshift-79120836a6332ab23ced4cc74112f41b26bd337f.tar.xz
openshift-79120836a6332ab23ced4cc74112f41b26bd337f.zip
Add CentOS PaaS SIG repos for RHEL
Diffstat (limited to 'roles/openshift_repos/tasks/main.yaml')
-rw-r--r--roles/openshift_repos/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_repos/tasks/main.yaml b/roles/openshift_repos/tasks/main.yaml
index f0b6ed7cb..32d66132e 100644
--- a/roles/openshift_repos/tasks/main.yaml
+++ b/roles/openshift_repos/tasks/main.yaml
@@ -81,4 +81,4 @@
- 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 == 'CentOS'
+ when: not openshift.common.is_containerized | bool and deployment_type == 'origin' and ansible_distribution != 'Fedora'