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