summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cli
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-07-08 11:43:25 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-07-08 11:43:25 -0300
commit5628e0ce7c86efd47f11310dee204f4a4a8dfc04 (patch)
treea22213bc47640d7db9a14e6f427c781a5e0d2371 /roles/openshift_cli
parent7480a0e06a9a1da029c6564e1e4d7ef60131e6e2 (diff)
downloadopenshift-5628e0ce7c86efd47f11310dee204f4a4a8dfc04.tar.gz
openshift-5628e0ce7c86efd47f11310dee204f4a4a8dfc04.tar.bz2
openshift-5628e0ce7c86efd47f11310dee204f4a4a8dfc04.tar.xz
openshift-5628e0ce7c86efd47f11310dee204f4a4a8dfc04.zip
Remove all debug used during devel of openshift_version.
Diffstat (limited to 'roles/openshift_cli')
-rw-r--r--roles/openshift_cli/tasks/main.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/openshift_cli/tasks/main.yml b/roles/openshift_cli/tasks/main.yml
index 097c05483..6b4f16c78 100644
--- a/roles/openshift_cli/tasks/main.yml
+++ b/roles/openshift_cli/tasks/main.yml
@@ -1,7 +1,4 @@
---
-- debug: var=openshift_version
-- debug: var=openshift.common
-
- name: Install clients
action: "{{ ansible_pkg_mgr }} name={{ openshift.common.service_type }}-clients state=present"
when: not openshift.common.is_containerized | bool