blob: 7878862dddca45d2c8aadb2b9b28a5f9c4213d53 [file] [log] [blame]
---
# api-test-prep/tasks/main.yml
- name: Install node packages for api tests with npm
command: "npm install --production"
args:
chdir: "/opt/xos/tests/api"
tags:
- skip_ansible_lint # run during testing only
- name: Install dredd-hooks with pip
pip:
name: dredd-hooks