Set node_version in js-build base job

Defaults in one role do not automatically transfer to
roles via include_role, and applying things correctly
can lead to recursion issues:

  https://github.com/ansible/ansible/issues/36274

Just set the default in the job.

Change-Id: Iabefd80c8fc40a61a601b082f265c93af643cd83
This commit is contained in:
Monty Taylor 2020-05-13 09:07:40 -05:00
parent 0caa85cc48
commit a8722a38ed

View File

@ -37,6 +37,7 @@
post-run: playbooks/javascript/post.yaml
vars:
js_build_command: build
node_version: 14
- job:
name: build-javascript-source-tarball