Browse Source

Merge pull request #4277 from ewolinetz/bz1455310

Updating python-passlib assert
Scott Dodson 7 years ago
parent
commit
daed7a1106
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_metrics/tasks/main.yaml

+ 1 - 1
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