diff options
author | Jan Chaloupka <jchaloup@redhat.com> | 2017-03-28 15:50:53 +0200 |
---|---|---|
committer | Jan Chaloupka <jchaloup@redhat.com> | 2017-03-28 15:50:55 +0200 |
commit | 7fcc44c894888fd9ed4a5997fd7f82bfc8daf19e (patch) | |
tree | 18c8224855024a040f6db69d6804ec98bf401fab /playbooks/common/openshift-cluster/config.yml | |
parent | 0d38f04595fc2098cf8304faf20e15e62f43955c (diff) | |
download | openshift-7fcc44c894888fd9ed4a5997fd7f82bfc8daf19e.tar.gz openshift-7fcc44c894888fd9ed4a5997fd7f82bfc8daf19e.tar.bz2 openshift-7fcc44c894888fd9ed4a5997fd7f82bfc8daf19e.tar.xz openshift-7fcc44c894888fd9ed4a5997fd7f82bfc8daf19e.zip |
Make the OCP available version detection excluder free
When detecting available OCP version via repoquery,
use yum.conf file with exclude= set to an empty array.
So the detection is independent of the OCP excluder.
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index ff4c4b0d7..1b967b7f1 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -27,9 +27,6 @@ when: openshift_docker_selinux_enabled is not defined - include: disable_excluder.yml - vars: - # the excluders needs to be disabled no matter what status says - with_status_check: false tags: - always |