summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-06-13 15:22:39 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-06-13 15:22:39 -0300
commitb1cabe9584c17fb38f4243054c4a40a5e5522b65 (patch)
tree9363df3470d24cdcdbe6aaea409584c07795d9a0 /playbooks
parentaf2cc5587132427faae21785599280b1f05e6cda (diff)
downloadopenshift-b1cabe9584c17fb38f4243054c4a40a5e5522b65.tar.gz
openshift-b1cabe9584c17fb38f4243054c4a40a5e5522b65.tar.bz2
openshift-b1cabe9584c17fb38f4243054c4a40a5e5522b65.tar.xz
openshift-b1cabe9584c17fb38f4243054c4a40a5e5522b65.zip
Don't be specific about rpm version to upgrade to for now.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/rpm_upgrade.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/rpm_upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/rpm_upgrade.yml
index 5c96ad094..ea27a40d1 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/rpm_upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/rpm_upgrade.yml
@@ -1,5 +1,6 @@
+# TODO: Use a specific version here once we're setting openshift_pkg_version reliably in the openshift_version module.
- name: Upgrade packages
- command: "{{ ansible_pkg_mgr}} update -y {{ openshift.common.service_type }}-{{ component }}-{{ g_new_version }}"
+ command: "{{ ansible_pkg_mgr}} update -y {{ openshift.common.service_type }}-{{ component }}"
- name: Ensure python-yaml present for config upgrade
action: "{{ ansible_pkg_mgr }} name=PyYAML state=present"