Use ensure-* roles

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

Change-Id: I6e75fe3562c1197e5c7335b8ce3773867e352036
This commit is contained in:
vass 2020-04-07 16:27:19 +02:00
parent 1e767220fb
commit 6148f60c2b
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
workspace: /tmp/quickstart-test
local: false
roles:
- name: install-docker
- name: ensure-docker
use_upstream_docker: false
docker_compose_install: true
- use-buildset-registry

View File

@ -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"