Use ensure-* roles
The install-* roles in zuul-jobs have been renamed to ensure-*, follow the rename. Change-Id: I6e75fe3562c1197e5c7335b8ce3773867e352036changes/24/718124/1
parent
1e767220fb
commit
6148f60c2b
@ -1,5 +1,5 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- install-nodejs
|
||||
- role: install-yarn
|
||||
- ensure-nodejs
|
||||
- role: ensure-yarn
|
||||
yarn_lock_file_path: "{{ zuul.project.src_dir }}/web/yarn.lock"
|
||||
|
Loading…
Reference in New Issue