ansible/test/integration/targets/setup_pexpect/tasks/main.yml
Sam Doran 96c2375692
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
2018-11-08 17:05:54 -05:00

4 lines
68 B
YAML

- name: Install pexpect
pip:
name: pexpect
state: present