
The install-* roles in zuul-jobs have been renamed to ensure-*, follow the rename. Change-Id: I6e75fe3562c1197e5c7335b8ce3773867e352036
6 lines
136 B
YAML
6 lines
136 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-nodejs
|
|
- role: ensure-yarn
|
|
yarn_lock_file_path: "{{ zuul.project.src_dir }}/web/yarn.lock"
|