summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/initialize_openshift_version.yml
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-05-02 16:31:41 -0500
committerGitHub <noreply@github.com>2017-05-02 16:31:41 -0500
commitd045a07f4929cf8722844577e2c73a544c189c64 (patch)
treec431a9cbb0892f0ed5fcc2b25685a9714e9a8a41 /playbooks/common/openshift-cluster/initialize_openshift_version.yml
parent18eb563108c8c49c2ebbcf13a310bbc1050d2d9f (diff)
parent93b380ec368767acde884e4844439e6ad5ae5e98 (diff)
downloadopenshift-d045a07f4929cf8722844577e2c73a544c189c64.tar.gz
openshift-d045a07f4929cf8722844577e2c73a544c189c64.tar.bz2
openshift-d045a07f4929cf8722844577e2c73a544c189c64.tar.xz
openshift-d045a07f4929cf8722844577e2c73a544c189c64.zip
Merge pull request #4045 from kwoodson/normalize_groups
Merged by openshift-bot
Diffstat (limited to 'playbooks/common/openshift-cluster/initialize_openshift_version.yml')
-rw-r--r--playbooks/common/openshift-cluster/initialize_openshift_version.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/initialize_openshift_version.yml b/playbooks/common/openshift-cluster/initialize_openshift_version.yml
index 88f82f6f2..f4e52869e 100644
--- a/playbooks/common/openshift-cluster/initialize_openshift_version.yml
+++ b/playbooks/common/openshift-cluster/initialize_openshift_version.yml
@@ -1,13 +1,14 @@
---
# NOTE: requires openshift_facts be run
- name: Verify compatible yum/subscription-manager combination
- hosts: l_oo_all_hosts
+ hosts: oo_all_hosts
gather_facts: no
tasks:
# See:
# https://bugzilla.redhat.com/show_bug.cgi?id=1395047
# https://bugzilla.redhat.com/show_bug.cgi?id=1282961
# https://github.com/openshift/openshift-ansible/issues/1138
+ # Consider the repoquery module for this work
- name: Check for bad combinations of yum and subscription-manager
command: >
{{ repoquery_cmd }} --installed --qf '%{version}' "yum"