diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-05-01 10:16:17 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-05-01 15:13:44 -0400 |
commit | 93b380ec368767acde884e4844439e6ad5ae5e98 (patch) | |
tree | ff5f03c116d214cd8b0448952092503d76f5a9ec /playbooks/common/openshift-cluster | |
parent | 0d2d82f2718cd4674020821c9f00371aa5bc6ee0 (diff) | |
download | openshift-93b380ec368767acde884e4844439e6ad5ae5e98.tar.gz openshift-93b380ec368767acde884e4844439e6ad5ae5e98.tar.bz2 openshift-93b380ec368767acde884e4844439e6ad5ae5e98.tar.xz openshift-93b380ec368767acde884e4844439e6ad5ae5e98.zip |
Normalizing groups.
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/initialize_openshift_version.yml | 3 |
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 07b38920f..4b0efa182 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" |