summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics
diff options
context:
space:
mode:
authorewolinetz <ewolinet@redhat.com>2017-05-24 14:27:32 -0500
committerewolinetz <ewolinet@redhat.com>2017-05-25 08:50:47 -0500
commit219db682f2507d8ec302c8a1b542e9a55291063a (patch)
treeed704baeab627cb97bd4f126ae9f1a706af63680 /roles/openshift_metrics
parent1694eb3b5d57960b75b05aa66bd561120c79c50f (diff)
downloadopenshift-219db682f2507d8ec302c8a1b542e9a55291063a.tar.gz
openshift-219db682f2507d8ec302c8a1b542e9a55291063a.tar.bz2
openshift-219db682f2507d8ec302c8a1b542e9a55291063a.tar.xz
openshift-219db682f2507d8ec302c8a1b542e9a55291063a.zip
Updating python-passlib assert
Diffstat (limited to 'roles/openshift_metrics')
-rw-r--r--roles/openshift_metrics/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_metrics/tasks/main.yaml b/roles/openshift_metrics/tasks/main.yaml
index 9af10a849..5d8506a73 100644
--- a/roles/openshift_metrics/tasks/main.yaml
+++ b/roles/openshift_metrics/tasks/main.yaml
@@ -1,5 +1,5 @@
---
-- local_action: shell rpm -q python-passlib || echo not installed
+- local_action: shell python -c 'import passlib' 2>/dev/null || echo not installed
register: passlib_result
- name: Check that python-passlib is available on the control host