
We do this in the javascript pre playbook in zuul-jobs but not here. Update it to be consistent. Change-Id: Ia3c300e763a44b85db83d2c161d9ac3e0c2f54db
11 lines
217 B
YAML
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
|