blob: 7878862dddca45d2c8aadb2b9b28a5f9c4213d53 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# api-test-prep/tasks/main.yml
3
4- name: Install node packages for api tests with npm
5 command: "npm install --production"
6 args:
7 chdir: "/opt/xos/tests/api"
8 tags:
9 - skip_ansible_lint # run during testing only
10
11- name: Install dredd-hooks with pip
12 pip:
13 name: dredd-hooks
14