ad1ce4fc2f
This is in service of getting javascript tarball jobs going. Change-Id: I20b4b4ce0bdf03c5585ca73471611178c94e2599
10 lines
198 B
YAML
10 lines
198 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- test-setup
|
|
- install-nodejs
|
|
- revoke-sudo
|
|
- install-javascript-packages
|