96c2375692
* 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
4 lines
68 B
YAML
4 lines
68 B
YAML
- name: Install pexpect
|
|
pip:
|
|
name: pexpect
|
|
state: present
|