project-config/playbooks/releasenotes/run.yaml
Andreas Jaeger 0aedb7733c Use ensure-* roles
The install- roles have been renamed to ensure-*, follow the rename.

Depends-On: https://review.opendev.org/716698/
Change-Id: I2522028e9091efdbe292529474de7cce2cf29039
2020-04-06 19:49:19 +02:00

7 lines
173 B
YAML

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