Install yarn before building python artifacts

We need it installed so that the javascript gets built.

Change-Id: I909ea8af5cc11e6109f6258e2294ef7593d06881
This commit is contained in:
Monty Taylor
2019-08-14 13:00:44 -04:00
parent 43cac09c43
commit 8d395533e2
3 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
- hosts: all
roles:
- install-nodejs
- role: install-yarn
yarn_lock_file_path: "{{ zuul.project.src_dir }}/web/yarn.lock"