Merge "Use ensure-* roles"

This commit is contained in:
Zuul 2020-04-07 17:10:07 +00:00 committed by Gerrit Code Review
commit de817ad897
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"