Add setup roles for passlib and pexpect for use with pause and vars_prompt tests (#43613)

* Add passlib to RHEL test instance

This looks like the only tests instance that is missing this libary. It is needed for vars_prompt tests.

* Create setup roles for pexect and passlib

Switch to using aliases rather than installing directly in the test scripts
This commit is contained in:
Sam Doran
2018-11-08 17:05:54 -05:00
committed by GitHub
parent c13fa503a1
commit 96c2375692
6 changed files with 11 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
- name: Install pexpect
pip:
name: pexpect
state: present