c0b358fedb
The old role will be kept and include ensure-if-python for backwards-compatability. Change-Id: Ief86799bcd91358d3ce8b6badda272a26ee04002
7 lines
173 B
YAML
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
|