Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 1 | --- |
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 |