summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-09-22 11:47:17 -0400
committerGitHub <noreply@github.com>2017-09-22 11:47:17 -0400
commitfe2f31cb1ea499d2683e7e30679eef8ac69857ad (patch)
tree6e92799668a7509b870c7cdaa3b4599f4f874993
parent5b1bb00a2f02e51ab493e86eb4d8b6e264e3268d (diff)
parent11e9931bff9e9da4f020ad2691f93f709b753866 (diff)
downloadopenshift-fe2f31cb1ea499d2683e7e30679eef8ac69857ad.tar.gz
openshift-fe2f31cb1ea499d2683e7e30679eef8ac69857ad.tar.bz2
openshift-fe2f31cb1ea499d2683e7e30679eef8ac69857ad.tar.xz
openshift-fe2f31cb1ea499d2683e7e30679eef8ac69857ad.zip
Merge pull request #5506 from sdodson/remove-pause
Remove debugging statements and pause module
-rw-r--r--playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml b/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml
index 466567fe6..8cc46ab68 100644
--- a/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml
@@ -8,9 +8,6 @@
# TODO: If the sdn package isn't already installed this will install it, we
# should fix that
-- debug: var=avail_openshift_version
-- debug: var=openshift_pkg_version
-- pause:
- name: Upgrade master packages
package: name={{ master_pkgs | join(',') }} state=present
vars: