fix stackviz publishing

Move setting of npm_command from playbook to job so that it can
be overriden for stackviz.

Change-Id: I4992584cb88ba715ddc7727bba65b7e853a6c7f5
This commit is contained in:
Andreas Jaeger 2020-02-27 12:58:43 +01:00
parent d2ed9a0df7
commit aafb5cbee7
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,3 @@
- hosts: all
roles:
- role: npm
npm_command: build

View File

@ -783,6 +783,8 @@
pre-run: playbooks/javascript/pre.yaml
run: playbooks/javascript/content.yaml
post-run: playbooks/javascript/publish.yaml
vars:
npm_command: build
- job:
name: publish-openstack-javascript-latest-content