Monty Taylor 6058d60737
Install yarn in javascript pre playbook
We do this in the javascript pre playbook in zuul-jobs but not here.
Update it to be consistent.

Change-Id: Ia3c300e763a44b85db83d2c161d9ac3e0c2f54db
2018-03-06 13:42:15 -06:00

11 lines
217 B
YAML

- hosts: all
roles:
- role: bindep
bindep_profile: test
bindep_dir: "{{ zuul_work_dir }}"
- test-setup
- install-nodejs
- install-yarn
- revoke-sudo
- install-javascript-packages