summaryrefslogtreecommitdiff
path: root/test/integration/targets/expect/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/expect/tasks/main.yml')
-rw-r--r--test/integration/targets/expect/tasks/main.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/integration/targets/expect/tasks/main.yml b/test/integration/targets/expect/tasks/main.yml
index 7feaec4d81..0c408d282d 100644
--- a/test/integration/targets/expect/tasks/main.yml
+++ b/test/integration/targets/expect/tasks/main.yml
@@ -16,9 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
- name: Install test requirements
- pip:
- name: pexpect
- state: present
+ import_role:
+ name: setup_pexpect
- name: record the test_command file
set_fact: test_command_file={{output_dir | expanduser}}/test_command.py