Use ensure-nodejs in Gerrit deployment testing

The install-nodejs role in zuul-jobs has been replaced by
ensure-nodejs, so we should use the new thing if we want our tests
running again.

Change-Id: I196814b616d3b332b2c1d397097c01b5bb0d2aac
This commit is contained in:
Jeremy Stanley 2020-05-19 19:16:26 +00:00
parent 4589392550
commit dd697fc313

View File

@ -1,7 +1,7 @@
- hosts: all - hosts: all
roles: roles:
- ensure-java - ensure-java
- role: install-nodejs - role: ensure-nodejs
node_version: 10 node_version: 10
- ensure-bazelisk - ensure-bazelisk
tasks: tasks: