From 653ed276148fdda49dcbf6e02261cbd750bdb297 Mon Sep 17 00:00:00 2001 From: vass Date: Sun, 12 Apr 2020 15:30:22 +0200 Subject: [PATCH] Use ensure-* roles The install-* roles in zuul-jobs have been renamed to ensure-*, follow the rename. Depends-On: https://review.opendev.org/#/c/719411 Change-Id: I1106ad9f78be7c2ba0fc8413252e3ef051d752b5 --- playbooks/checkbuild/pre.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/checkbuild/pre.yaml b/playbooks/checkbuild/pre.yaml index 35ae74d..96d0784 100644 --- a/playbooks/checkbuild/pre.yaml +++ b/playbooks/checkbuild/pre.yaml @@ -1,6 +1,6 @@ - hosts: all roles: - - install-nodejs - - install-yarn - - install-javascript-packages + - ensure-nodejs + - ensure-yarn + - ensure-javascript-packages - nodejs-test-dependencies