|
@@ -1,14 +1,4 @@
|
|
|
---
|
|
|
-- local_action: shell python -c 'import passlib' 2>/dev/null || echo not installed
|
|
|
- register: passlib_result
|
|
|
- become: false
|
|
|
-
|
|
|
-- name: Check that python-passlib is available on the control host
|
|
|
- assert:
|
|
|
- that:
|
|
|
- - "'not installed' not in passlib_result.stdout"
|
|
|
- msg: "python-passlib rpm must be installed on control host"
|
|
|
-
|
|
|
- name: Create temp directory for doing work in on target
|
|
|
command: mktemp -td openshift-metrics-ansible-XXXXXX
|
|
|
register: mktemp
|