vass 6148f60c2b Use ensure-* roles
The install-* roles in zuul-jobs have been renamed to ensure-*, follow
the rename.

Change-Id: I6e75fe3562c1197e5c7335b8ce3773867e352036
2020-04-07 16:27:52 +02:00

6 lines
136 B
YAML

- hosts: all
roles:
- ensure-nodejs
- role: ensure-yarn
yarn_lock_file_path: "{{ zuul.project.src_dir }}/web/yarn.lock"