Use ensure-* roles

The install- roles have been renamed to ensure-*, follow the rename.

Depends-On: https://review.opendev.org/716698/
Change-Id: I2522028e9091efdbe292529474de7cce2cf29039
This commit is contained in:
Andreas Jaeger 2020-04-06 19:49:19 +02:00
parent b6d1e40c54
commit 0aedb7733c
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
roles:
- bindep
- test-setup
- install-nodejs
- install-yarn
- ensure-nodejs
- ensure-yarn
- revoke-sudo
- install-javascript-packages
- ensure-javascript-packages

View File

@ -1,4 +1,4 @@
- hosts: all
roles:
- install-pdk-dependencies
- ensure-pdk-dependencies
- revoke-sudo

View File

@ -1,6 +1,6 @@
- hosts: all
roles:
- role: install-if-python
- role: ensure-if-python
# Releasenotes do not need the package itself to be installed
install_package: false
- build-releasenotes