浏览代码

Merge pull request #5506 from sdodson/remove-pause

Remove debugging statements and pause module
Scott Dodson 7 年之前
父节点
当前提交
fe2f31cb1e
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml

+ 0 - 3
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: